mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
8 lines
118 B
Bash
8 lines
118 B
Bash
#!/bin/bash
|
|
|
|
load ../helpers
|
|
|
|
function docker-compose_swarm() {
|
|
DOCKER_HOST=${SWARM_HOSTS[0]} docker-compose "$@"
|
|
}
|