1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-15 02:37:27 +08:00

update docker-run.sh

This commit is contained in:
bingohuang 2017-05-25 10:56:35 +08:00
parent 2cd46a6671
commit 16d9d831c7

View File

@ -15,5 +15,6 @@ docker run -d \
--volume /var/run/docker.sock:/var/run/docker.sock \
-e GOOGLE_RECAPTCHA_DISABLED="true" \
-e DIND_IMAGE="hub.c.163.com/bingohuang/dind:$dind_version" \
-e EXPIRY="3h"
--name docker-labs hub.c.163.com/bingohuang/docker-labs:$labs_version
-e EXPIRY="3h" \
--name docker-labs \
hub.c.163.com/bingohuang/docker-labs:$labs_version