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 #7 from testcontainers/change_default_storage_driver
Browse files Browse the repository at this point in the history
Change default storage driver when not specified
  • Loading branch information
rnorth authored Oct 25, 2019
2 parents af17e42 + ccedcfc commit 02ae82a
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 @@ -18,7 +18,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 02ae82a

Please sign in to comment.