Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:lxc [2022/09/03 02:26]
darron [Unprivileged containers]
tools:lxc [2024/04/28 18:47] (current)
darron [Initialise]
Line 31: Line 31:
 ==systemd== ==systemd==
 <code> <code>
 +systemctl disable lxc-monitord.service
 +systemctl mask lxc-monitord.service
 systemctl disable lxc-net.service systemctl disable lxc-net.service
 systemctl disable lxc.service systemctl disable lxc.service
Line 38: Line 40:
  
 <code> <code>
-sed -i 's/LXC_AUTO="true"/LXC_AUTO="false"/ /etc/default/lxc +sed -i 's/LXC_AUTO="true"/LXC_AUTO="false"/g' /etc/default/lxc 
-sed -i 's/USE_LXC_BRIDGE="true"/USE_LXC_BRIDGE="false"/ /etc/default/lxc-net+sed -i 's/USE_LXC_BRIDGE="true"/USE_LXC_BRIDGE="false"/g' /etc/default/lxc-net
 </code> </code>
  
Line 152: Line 154:
 <code> <code>
 lxc-create -n terminator -t debian -- -r bullseye -a armhf lxc-create -n terminator -t debian -- -r bullseye -a armhf
 +</code>
 +
 +Install bookworm (32-bit)
 +
 +<code>
 +lxc-create -n cracker -t debian -- -r bookworm -a armhf
 </code> </code>
 === Configure === === Configure ===
Line 262: Line 270:
 Now we can start and stop the container, attach to it, etc. Now we can start and stop the container, attach to it, etc.
  
-===Runit init===+===Runit===
  
 Start container and login as root Start container and login as root