We want /home mounted inside the container by default

This commit is contained in:
Tristan PILAT 2019-04-09 19:53:17 +02:00
parent b5cc808635
commit 531dc80207
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ lxc.network.type = {{lxc_network_type}}
{% if lxc_mount_part %}
# Mount {{lxc_mount_part}} into containers.
# lxc.mount.entry = {{lxc_mount_part}} {{lxc_mount_part |replace('/', '')}} none bind 0 0
lxc.mount.entry = {{lxc_mount_part}} {{lxc_mount_part |replace('/', '')}} none bind 0 0
{% endif %}
# Only one tty is enough.