mount aur repo readonly into containers
This commit is contained in:
parent
8d8a63bd45
commit
88fc63ff93
@ -31,7 +31,7 @@ lxc.cgroup.cpu.shares = 256
|
|||||||
lxc.cgroup.blkio.weight = 500
|
lxc.cgroup.blkio.weight = 500
|
||||||
|
|
||||||
lxc.mount.entry = /data/pacman-pkg-cache var/cache/pacman/pkg none bind 0 0
|
lxc.mount.entry = /data/pacman-pkg-cache var/cache/pacman/pkg none bind 0 0
|
||||||
lxc.mount.entry = /data/repo srv/repo none bind,ro 0 0
|
lxc.mount.entry = /data/repo srv/repo none bind,ro,create=dir 0 0
|
||||||
lxc.mount.entry = /run/systemd/journal mnt/journal none bind,ro,create=dir 0 0
|
lxc.mount.entry = /run/systemd/journal mnt/journal none bind,ro,create=dir 0 0
|
||||||
|
|
||||||
lxc.hook.clone = /etc/lxc/hooks/setup-machine-id
|
lxc.hook.clone = /etc/lxc/hooks/setup-machine-id
|
||||||
|
Loading…
Reference in New Issue
Block a user