Skip to main content

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:

  1. Download docker as an administrator, for the download instructions click here.

  2. Create a directory where 1Gateway will be installed.

  3. You can find here a downloadable docker-compose.yaml file to get started.

  4. Move the docker file to the install directory created in step 2.

  5. 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.