Docker Compose Installation Guide
info
This installation guide is for the on-premise edition of 1Gateway.
1Gateway is distributed as a docker image, with a docker compose file to get going quickly. A helm chart is available on request.
Steps to install 1Gateway with docker:
-
Download docker as an administrator, for the download instructions click here.
-
Create a directory where 1Gateway will be installed.
-
You can find here a downloadable docker-compose.yaml file to get started.
-
Move the docker file to the install directory created in step 2.
-
Run the docker-compose using the following command:
docker-compose up -d
note
In order to view a full breakdown of the docker-compose file click here.