lxc
#1
Mon, 2013-09-30 04:48
ct2001
-
- Offline
- 4 years 4 months ago
- 2013-09-30
I installed lxc using http://wiki.alpinelinux.org/wiki/LXC.
once I am in the guest container how can I add packages such as nano or kamailio.
when i trying doing apk add from guest i get errors that mirror is bad address
make sure that networking works (try ping google.com for example) from guest.
i guess the networking isnt working. I edited /etc/networking/interfaces and added
auto br0
iface br0 inet dhcp
bridge-ports eth0
i tried having eth0 as static and using dhcp but neither work.
ok so I was able to get the network working now thanks