Skip to content

Instantly share code, notes, and snippets.

@mcmarto
Last active November 20, 2017 16:57
Show Gist options
  • Save mcmarto/ea073663a4019048579134ff074019ef to your computer and use it in GitHub Desktop.
Save mcmarto/ea073663a4019048579134ff074019ef to your computer and use it in GitHub Desktop.

Deploy a stack to a swarm

docker stack deploy -c docker-compose.yml my-docker-swarm

List services in a stack

docker stack services my-docker-swarm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment