Re: [lxc-users] Bind public IP that is available on host's ens3:1 to a specific LXD container?

2017-05-22 Thread Joe McDonald
Hi Thomas, Can you list the steps you went through to get it working? I'm in the same boat. thanks. On Fri, May 19, 2017 at 8:31 PM, Thomas Ward wrote: > Thanks to some off-list replies and some help from other online > resources, I've been able to switch this to a bridged method, with the > ho

Re: [lxc-users] Short howto re lxd-container-on-LAN for impatient dummies?

2017-04-22 Thread Joe McDonald
This would be great! I have a kvm machine in the cloud with 5 public IPs, one for the host and 4 for containers. (eth0 and eth0:0-3 are the interfaces) I installed lxd as so: apt install -t xenial-backports lxd lxd-client ran lxd init and created a few containers. all good. But now I want to assig

[lxc-users] lxc/docker security on hackernews

2016-06-01 Thread Joe McDonald
Abusing Privileged and Unprivileged Linux Containers https://news.ycombinator.com/item?id=11816852 ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] apt-get dist-upgrade inside container?

2015-08-28 Thread Joe McDonald
have host and containers running ubuntu 14.04. When I apt-get dist-upgrade the host, do I need to apt-get dist-upgrade in the containers as well, or just apt-get upgrade? Are there best practices for keeping a bunch of containers up to date? thanks, -joe _

Re: [lxc-users] User input on resource limits for containers

2015-08-10 Thread Joe McDonald
We are using lxc to house a shared hosting environment. Currently just limiting on CPU. Most interested in limiting disk and network IO (separately) Would also like to limit IO on a per user basis inside of the lxc container. Ideally would like something like cloudlinux cagefs LVE: http://docs.clo

[lxc-users] ntpdate errors in vivid container

2015-06-26 Thread Joe McDonald
host is Ubuntu 14.04.2 LTS container is Ubuntu 15.04 (vivid) lxc is 1.1.2 using bridging for networking. container /etc/network/interfaces looks like: auto lo iface lo inet loopback auto eth0 iface eth0 inet static bringing it up, everything works fine, but there is a 2 minute delay in the bootu

Re: [lxc-users] networking and permissions questions

2015-04-28 Thread Joe McDonald
On Mon, Apr 27, 2015 at 8:05 PM, Fajar A. Nugraha wrote: > On Tue, Apr 28, 2015 at 6:53 AM, Joe McDonald wrote: >> 1) Do I need to specify this IP in both the >> config file and the rootfs/etc/network/interfaces file? >> Is there a better way to do this? > > IMHO the

[lxc-users] networking and permissions questions

2015-04-27 Thread Joe McDonald
Hi, I have 5 publicly routed ips from my isp. On the host (Ubuntu 14.04.2 LTS) Have /etc/network/interfaces as so: # The loopback network interface auto lo p4p1 iface lo inet loopback iface p4p1 inet manual auto br0 iface br0 inet static bridge_ports p4p1 bridge_stp off bridge_fd 0 bridg

[lxc-users] upgrading to lxd-daily and migrating to unprivileged containers

2015-03-30 Thread Joe McDonald
I am on lxc 1.07 and would like to upgrade to lxd and latest lxc. I have: ppa:ubuntu-lxc/stable as a repository. Do I need to remove that and remove lxc before following the instructions on https://github.com/lxc/lxd/blob/master/README.md ? Or will following those instructions simply upgrade my sy

Re: [lxc-users] upgrading to lxd-daily and migrating to unprivileged containers

2015-03-20 Thread Joe McDonald
other lxc-* commands as well. is "lxc exec first /bin/bash" the new lxc-attach? thanks in advance, -joe On Thu, Mar 19, 2015 at 7:08 PM, Serge Hallyn wrote: > Quoting Joe McDonald (ideafil...@gmail.com): >> I am on lxc 1.07 and would like to upgrade to lxd and latest l

[lxc-users] upgrading to lxd-daily and migrating to unprivileged containers

2015-03-19 Thread Joe McDonald
I am on lxc 1.07 and would like to upgrade to lxd and latest lxc. I have: ppa:ubuntu-lxc/stable as a repository. Do I need to remove that and remove lxc before following the instructions on https://github.com/lxc/lxd/blob/master/README.md ? Or will following those instructions simply upgrade my sy

[lxc-users] lxc bridge setup

2015-03-12 Thread Joe McDonald
I have 5 public IPs (/29) and would like to make them available to lxc containers. I am on ubuntu 14.04. What is the procedure? I tried to duplicate br0 with br1, etc and incrementing the IP#, but it didn't like it. I'd like to make 1 IP for the host system, and the other 4 IP's each go to a c