swarm/docker: Dockerfile for swarm:edge docker image (#18386)
This commit is contained in:
committed by
GitHub
parent
1ea5279d5d
commit
49975264a8
7
swarm/docker/run-smoke.sh
Executable file
7
swarm/docker/run-smoke.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
/swarm-smoke $@ 2>&1 || true
|
Reference in New Issue
Block a user