lxc

4 posts / 0 new
Last post
#1 Mon, 2013-09-30 04:48
ct2001
  • ct2001's picture
  • Offline
  • Last seen: 4 years 4 months ago
  • Joined: 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

Wed, 2013-10-02 16:17
ncopa
  • ncopa's picture
  • Offline
  • Last seen: 2 years 1 month ago
  • Joined: 2011-05-12

make sure that networking works (try ping google.com for example) from guest.

Tue, 2013-10-08 06:28
ct2001
  • ct2001's picture
  • Offline
  • Last seen: 4 years 4 months ago
  • Joined: 2013-09-30

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.

Tue, 2013-10-08 18:03
ct2001
  • ct2001's picture
  • Offline
  • Last seen: 4 years 4 months ago
  • Joined: 2013-09-30

ok so I was able to get the network working now thanks

Log in or register to post comments