You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
254 B
9 lines
254 B
# docker socket shared with the host
|
|
# docker creds shared with the host
|
|
docker19:
|
|
image: docker:1.9.1
|
|
env_file: vars.env
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ~/.docker/config.json:/root/.docker/config.json
|
|
- ./:/data
|