docs
  • Welcome to SIX Ecosystem
  • SIX Accelerator Program
  • SIX Partners Program
  • SIX Introduction
  • SIXR Use Cases
  • SIXR Action Diagrams
  • SIXR API
  • SIXR Structure diagram
  • Run SIX Server
    • Local SIX Setup
    • Docker
  • Examples
  • SIX ECHO
  • FAQs
  • Tutorials
Powered by GitBook
On this page
  • Overview
  • SIX Docker image
  • Common workflows
  1. Run SIX Server

Docker

PreviousLocal SIX SetupNextExamples

Last updated 6 years ago

Overview

SIX servers can be run with Docker. This page contains everything you need to know around the Docker setup and relevant workflows.

SIX Docker image

The SIX Docker image is available via Docker Hub. You can pull the latest released version of the image using the following command:

TODO

Common workflows

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.

Docker CLI
Docker Compose CLI
docker-compose up -d
docker-compose stop
docker-compose pull
docker logs