You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
My projects are stored under /home which is mounted on a separate partition. I also keep my system partition small and having lots of containers' under the default /var/lib/lxc will eat a lot of disk space
The text was updated successfully, but these errors were encountered:
This is not a good idea as the project's root is shared with the container by default and weird things might happen (like guard trying to watch for changes on the whole rootfs)
The commit above made possible for setting up the rootfs path that gets passed to lxc-create and we are able to drop it anywhere we want.
My projects are stored under
/home
which is mounted on a separate partition. I also keep my system partition small and having lots of containers' under the default/var/lib/lxc
will eat a lot of disk spaceThe text was updated successfully, but these errors were encountered: