Commit ab192b72 by dlezcano

Changed 'chroot' by 'rootfs'

parent 935ccedb
...@@ -152,8 +152,8 @@ lxc.mount = ./fstab ...@@ -152,8 +152,8 @@ lxc.mount = ./fstab
# the hostname to be set into the container # the hostname to be set into the container
lxc.utsname = virtnode lxc.utsname = virtnode
# the chroot if needed for the running application # the rootfs if needed for the running application
lxc.chroot = /mnt/root lxc.rootfs = /mnt/root
# The network has several of kind of configuration: # The network has several of kind of configuration:
# #
...@@ -192,7 +192,7 @@ lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596 ...@@ -192,7 +192,7 @@ lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
* lxc.utsname is optional * lxc.utsname is optional
* lxc.network.xxx are optional, if not specified, the network * lxc.network.xxx are optional, if not specified, the network
namespace will not be created namespace will not be created
* lxc.chroot is optional * lxc.rootfs is optional
3.3 Container creation 3.3 Container creation
---------------------- ----------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment