mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in lxc_template.go
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
parent
6089e679a2
commit
cb979edec0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ lxc.cgroup.devices.allow = {{$allowedDevice.CgroupString}}
|
|||
# Use mnt.putold as per https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/986385
|
||||
lxc.pivotdir = lxc_putold
|
||||
|
||||
# lxc.autodev is not compativle with lxc --device switch
|
||||
# lxc.autodev is not compatible with lxc --device switch
|
||||
lxc.autodev = 0
|
||||
|
||||
# NOTICE: These mounts must be applied within the namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue