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

Commit

Permalink
Change default storage driver when not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard North committed Oct 24, 2019
1 parent d2732e7 commit ccedcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:18.09.0-dind
FROM docker:19.03.0-dind

RUN apk add --no-cache bash

Expand Down
2 changes: 1 addition & 1 deletion command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "📦 Starting dind-drone-plugin"
echo "🐳 Starting docker-in-docker daemon"
/usr/local/bin/dockerd-entrypoint.sh dockerd \
--data-root /drone/docker \
-s ${PLUGIN_STORAGE_DRIVER:-vfs} \
-s ${PLUGIN_STORAGE_DRIVER:-overlay2} \
--log-level error \
-H tcp://0.0.0.0:2375 \
-H unix:///var/run/docker.sock &
Expand Down

0 comments on commit ccedcfc

Please sign in to comment.