mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix fedora tty with apparmor
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
31e08fdc96
commit
6104f9f949
1 changed files with 1 additions and 0 deletions
1
graph.go
1
graph.go
|
@ -257,6 +257,7 @@ func setupInitLayer(initLayer string) error {
|
|||
"/etc/resolv.conf": "file",
|
||||
"/etc/hosts": "file",
|
||||
"/etc/hostname": "file",
|
||||
"/dev/console": "file",
|
||||
// "var/run": "dir",
|
||||
// "var/lock": "dir",
|
||||
} {
|
||||
|
|
Loading…
Reference in a new issue