We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f55cb commit 8d5306dCopy full SHA for 8d5306d
dockerfiles/bin/run_integration_tests.sh
@@ -9,6 +9,7 @@ docker create -v /etc/docker/registry --name config alpine:3.4 /bin/true
9
echo -n "${REGISTRY_PASSWORD}" | docker run --rm -i --entrypoint=htpasswd --volumes-from config nimmis/alpine-apache -i -B -c /etc/docker/registry/htpasswd bollard
10
cat dockerfiles/registry/config.yml | docker run --rm -i --volumes-from config --entrypoint=tee alpine:3.4 /etc/docker/registry/config.yml
11
docker run -d --restart always --name registry -p 5000:5000 --volumes-from config registry:2
12
+sleep 4
13
docker login --username bollard --password "${REGISTRY_PASSWORD}" localhost:5000
14
docker pull hello-world:linux
15
docker pull fussybeaver/uhttpd
0 commit comments