Re: [lxc-users] What's the best way to copy file from host to container?

2015-04-27 Thread Fiedler Roman
Von: lxc-users [mailto:lxc-users-boun...@lists.linuxcontainers.org] Im Auftrag Hi Andrey, This seems to be the perfect solution, I can just copy over to the path like proc/12423/root/usr/local, without worrying about snapshot clone uses delta0, rather than root in the container folder.

[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

Re: [lxc-users] networking and permissions questions

2015-04-27 Thread Fajar A. Nugraha
On Tue, Apr 28, 2015 at 6:53 AM, Joe McDonald ideafil...@gmail.com 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 best way is on container's interfaces file 2) why does one container

Re: [lxc-users] What's the best way to copy file from host to container?

2015-04-27 Thread Andrey
Greetings, Fiedler Roman. Monday, April 27, 2015, 09:14:26 you wrote: I need to deploy some config files, e.g., .ssh config, key file etc, to container. I can copy the files to the absolute path in container, e.g., /usr/local/containers/base/rootfs/root/.ssh/ The problem is that, I have