1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-28 01:39:39 +02:00
portainer/examples/swarm/README.md

12 lines
243 B
Markdown
Raw Normal View History

2016-01-24 17:03:20 -06:00
# DockerUI with Swarm
This example works with swarm clusters created with docker-machine.
## Usage
Make sure your client is pointed directly to the Docker daemon on the swarm-master's node (not through swarm).
```
docker-compose up -d
```