Merge pull request #2218 from proelbtn/master

fix that docker.yml wasn't working correctly
This commit is contained in:
Justin Cormack 2017-07-16 19:46:15 +01:00 committed by GitHub
commit 6ed2cec4cb

View File

@ -42,6 +42,8 @@ services:
- /lib/modules:/lib/modules
- /etc/docker/daemon.json:/etc/docker/daemon.json
files:
- path: var/lib/docker
directory: true
- path: etc/docker/daemon.json
contents: '{"debug": true}'
trust: