Pass-through the NVIDIA card to be used in the LXC container is simple enough and there are three simple rules to watch for: mount bind…
LXC
Change the LXC container root folder under CentOS with SELinux
The default LXC container folder in CentOS (all versions – 7,8, Stream 8 and Stream 9) is /var/lib/lxc, which may resides in the root partition….
lxc_attach_run_shell: 1333 Permission denied – failed to exec shell
An annoying error when using the LXC container tools like lxc-attach, which is really simple to fix. This error just reports the bash shell in…
Run LXC Ubuntu 22.04 LTS container with bridged network under CentOS Stream 9
In continuation of the previous article Run LXC CentOS Stream 9 container with bridged network under CentOS Stream 9, this time the LXC container will…
Run LXC CentOS Stream 9 container with bridged network under CentOS Stream 9
In continue of the previous article with CentOS 8 – Run LXC CentOS 8 container with bridged network under CentOS 8, here is an updated…
lxc and interface lo does not exist in virtualized server
Virtualizing a real server with an LXC container is pretty easy – do a rsync and run it. Sometimes there are some glitches when starting…
Debug options for LXC and lxc-start when lxc container could not start
Setup and running LXC container is really easy, but sometimes it is unclear why the LXC container could not start. Most of the time, there…