Skip to content

Instantly share code, notes, and snippets.

View gaui's full-sized avatar

Gudjon gaui

View GitHub Profile
@gaui
gaui / docker-compose.yml
Created July 18, 2018 01:12 — forked from barnybug/docker-compose.yml
Docker compose for a Docker-in-docker gitlab runners setup
# Docker-in-Docker Gitlab runners setup taken from:
# https://medium.com/@tonywooster/docker-in-docker-in-gitlab-runners-220caeb708ca
dind:
restart: always
privileged: true
volumes:
- /var/lib/docker
image: docker:17.09.0-ce-dind
command:
- --storage-driver=overlay2