mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Mount also tmp
This commit is contained in:
parent
60cbabc958
commit
8d871a9abe
1 changed files with 12 additions and 1 deletions
|
|
@ -38,4 +38,15 @@ python tools/pip_install.py --ignore-installed six -U tox
|
|||
python -m tox
|
||||
EOF
|
||||
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:${PWD}" -v "${SCRIPT}:/script.sh" -e TOXENV -e ACME_SERVER -e PYTEST_ADDOPTS -w "${PWD}" --network=host ubuntu:14.04 /script.sh
|
||||
docker run \
|
||||
--rm \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v "${PWD}:${PWD}" -v "${SCRIPT}:/script.sh" \
|
||||
-v /tmp:/tmp \
|
||||
-e TOXENV \
|
||||
-e ACME_SERVER \
|
||||
-e PYTEST_ADDOPTS \
|
||||
-w "${PWD}" \
|
||||
--network=host \
|
||||
ubuntu:14.04 \
|
||||
/script.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue