mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +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 "$@"
|
|
}
|