Skip to content

Instantly share code, notes, and snippets.

@tcoupin
Last active May 16, 2017 20:32
Show Gist options
  • Save tcoupin/83a3c087f12248231b1625e17108014b to your computer and use it in GitHub Desktop.
Save tcoupin/83a3c087f12248231b1625e17108014b to your computer and use it in GitHub Desktop.
Elastic swarm on play-with-docker.com
version: "3.0"
services:
vizu:
image: dockersamples/visualizer
deploy:
placement:
constraints:
- node.role == manager
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment