Skip to content
Snippets Groups Projects
Commit 9e830a19 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

make filesystem read-only

parent e639bad7
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ docker run -d \ ...@@ -11,6 +11,7 @@ docker run -d \
-e EXPECTED_FREE_FILES_COUNT=2097152 \ -e EXPECTED_FREE_FILES_COUNT=2097152 \
-e DEFAULT_TTL=10m \ -e DEFAULT_TTL=10m \
-e USE_DF=1 \ -e USE_DF=1 \
--read-only \
--restart always \ --restart always \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
--name=gitlab-runner-docker-cleanup \ --name=gitlab-runner-docker-cleanup \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment