swarm/docker: Dockerfile for swarm:edge docker image (#18386)

This commit is contained in:
Anton Evangelatov
2019-01-03 15:32:58 +01:00
committed by GitHub
parent 1ea5279d5d
commit 49975264a8
4 changed files with 57 additions and 1 deletions

7
swarm/docker/run-smoke.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -o errexit
set -o pipefail
set -o nounset
/swarm-smoke $@ 2>&1 || true