[Lxc-users] Cloning container over network
David Parks
davidparks21 at yahoo.com
Wed Apr 17 12:18:59 UTC 2013
Personally I just tar them up and move them following this process:
1) Pack them up - don't forget -numeric-owner so the file permissions carry
across properly
tar --numeric-owner -c -v -z -f Base-GoldStandard.tar.gz
Base-GoldStandard/
2) Unpack them
tar -xvf Base-GoldStandard.tar.gz
3) Edit config and fstab files to adjust paths as necessary
4) Update network configurations as needed
From: Robin Monjo (appldiget) [mailto:robin.monjo at applidget.com]
Sent: Wednesday, April 17, 2013 6:10 PM
To: lxc-users at lists.sourceforge.net
Subject: [Lxc-users] Cloning container over network
I'd like to be able to clone a lxc container over the network. For example,
I have a machine that contains lxc containers and on another machine, clone
these containers and use them. Any idea ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-users/attachments/20130417/7c84902b/attachment.html>
More information about the lxc-users
mailing list