Merge pull request #2312 from mbentley/fix-compose-docker

Fixed commands and resolv.conf in docker example
This commit is contained in:
Justin Cormack
2017-07-28 09:51:17 +01:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ services:
- type: cgroup
options: ["rw","nosuid","noexec","nodev","relatime"]
binds:
- /etc/resolv.conf:/etc/resolv.conf
- /var/lib/docker:/var/lib/docker
- /lib/modules:/lib/modules
- /etc/docker/daemon.json:/etc/docker/daemon.json