Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from kalrover/feature/add_dockerd_option
Browse files Browse the repository at this point in the history
Add EXTRA_DOCKERD_OPTIONS to dockerd-entrypoint script
  • Loading branch information
rnorth authored Mar 4, 2023
2 parents f5cd745 + abb1c41 commit f323798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ echo "🐳 Starting docker-in-docker daemon"
--data-root /drone/docker \
-s ${PLUGIN_STORAGE_DRIVER:-overlay2} \
--log-level error \
${EXTRA_DOCKERD_OPTIONS:-} \
-H tcp://0.0.0.0:2375 \
-H unix:///var/run/docker.sock &

Expand Down

0 comments on commit f323798

Please sign in to comment.