Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created December 30, 2017 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashphy/a933001e75df86e5af4d0ef7e247a59b to your computer and use it in GitHub Desktop.
Save ashphy/a933001e75df86e5af4d0ef7e247a59b to your computer and use it in GitHub Desktop.
docker in docker on drone.io
services:
docker:
image: docker:stable-dind
privileged: true
command: [ "--storage-driver=vfs", "--tls=false" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment