github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/hack/ci/experimental (about) 1 #!/usr/bin/env bash 2 # Entrypoint for jenkins experimental CI 3 set -eu -o pipefail 4 5 export DOCKER_EXPERIMENTAL=1 6 7 hack/make.sh \ 8 binary-daemon \ 9 test-integration