Docker
Last updated
Last updated
SIX servers can be run with Docker. This page contains everything you need to know around the Docker setup and relevant workflows.
The SIX
Docker image is available via Docker Hub. You can pull the latest released version of the image using the following command:
The and are used to manage the SIX servers.
Here's a quick rundown of the most important commands:
: Start a new SIX server to which you can deploy your SIX services.
: Stops the SIX server.
: Downloads the latest SIX images from Docker Hub
: Shows the logs of the SIX server (helpful for debugging).
Note that these commands need to be executed in the directory where the Docker Compose file for your SIX server is available.