cleanup lxc

This commit is contained in:
Malin Freeborn 2020-02-25 11:24:23 +01:00
parent 3e9b36493c
commit fd894cbbfb
1 changed files with 18 additions and 4 deletions

View File

@ -1,8 +1,22 @@
This is an untested mess.
# Distro Specifics
# Required
Arch dependencies: `arch-install-scripts` `dnsmasq`
> sudo pacman -S lxc arch-install-scripts dnsmasq
# Basic Setup
Make and start a linux container called 'playtime':
> # lxc-create -n playtime -t download
> # lxc-ls --fancy
> # lxc-start playtime
Attach it:
> # lxc-attach playtime
# Networking
Place the following in /etc/default/lxc-net to configure the network:
@ -58,7 +72,7 @@ file for the lxcbr0
Then start the lxc NAT:
> sudo systemctl start lxc-net
> sudo systemctl restart lxc-net
> sudo systemctl restart NetworkManager