About 892,000 results
Open links in new tab
  1. What is LXC and how to get started? - Ask Ubuntu

    LXC relies on the Linux kernel cgroups (Control Groups) which is developed as part of LXC which is a feature to limit, account and isolate resource usage (CPU, memory, disk I/O, etc.) of process groups. …

  2. Using Unprivileged LXC Containers on Ubuntu 24.04

    May 6, 2025 · I'm trying to set up my workstation so that it can run unprivileged LXC containers (mostly for tinkering about with / experimentation). I'm having some challenges getting this to work, mostly …

  3. Name resolution not working in LXC container running 24.04

    Jan 23, 2025 · Try: lxc config set <name> security.nesting true I think it is because of systemd forcing use of cgroup2 (introduced in Debian 11).

  4. How do I share a directory between an LXC container and the host?

    Apr 17, 2015 · LXC can be used to refer to liblxc (the underlying library) or to the LXD client (named lxd) as used in this answer or to LXC (the software and "old" toolset with the lxc-* -named tools) or to the …

  5. LXC container not starting in 24.04 - Ask Ubuntu

    lxc-start mycontainer 20240814140044.423 ERROR start - ../src/lxc/start.c:__lxc_start:2107 - Failed to spawn container "mycontainer" I am stumped to say the least. It still says that the folders are not …

  6. Where are the LXC container configuration files located?

    Nov 7, 2016 · I guess you are talking about the 'old' LXC containers. In case you are running Ubuntu 16.04 or Ubuntu 16.10, everything is located in the /var/lib/lxd folder, also the commands changed. …

  7. How do I get the IP address of an LXC container for automation?

    Jun 1, 2017 · How can I get the IP address of an LXC container in a format I can use in scripting? Right now, the command lxc info <container> report that information, but in a human readable format, with …

  8. permissions - intel gpu tools wont work - Ask Ubuntu

    Sep 30, 2024 · everytime I try to install intel gpu tools using: sudo apt install intel-gpu-tools then running sudo intel_gpu_top, I get this error: Failed to initialize PMU! (Permission denied) I am running this...

  9. Adding a shared host directory to an LXC/LXD Container

    Oct 28, 2015 · I've managed to mount a host directory using: lxc config device add confexample sharedtmp disk path=/tmp source=/tmp/shared. But looking at the directory on the container the …

  10. How do I setup an LXC guest so that it gets a dhcp address so I can ...

    Dec 22, 2012 · I setup LXC using: lxc-create -t ubuntu -n lxcguest1 But I can't access any services running on it from my LAN, it appears to be NATed. How do I set it up so that I can access it (it …