mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
11 lines
243 B
Markdown
11 lines
243 B
Markdown
# 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
|
|
```
|