mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #2218 from proelbtn/master
fix that docker.yml wasn't working correctly
This commit is contained in:
commit
6ed2cec4cb
@ -42,6 +42,8 @@ services:
|
|||||||
- /lib/modules:/lib/modules
|
- /lib/modules:/lib/modules
|
||||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||||
files:
|
files:
|
||||||
|
- path: var/lib/docker
|
||||||
|
directory: true
|
||||||
- path: etc/docker/daemon.json
|
- path: etc/docker/daemon.json
|
||||||
contents: '{"debug": true}'
|
contents: '{"debug": true}'
|
||||||
trust:
|
trust:
|
||||||
|
Loading…
Reference in New Issue
Block a user