<div dir="ltr">Thanks for the responses. The container IP (CentOS 7) is set via /etc/sysconfig/network-interfaces/ifcfg-eth0. I actually didn't use the copy command, and maybe that is what I should do in this case. We do a snapshot and then build a new container from the snapshot. The only time we do this is when the container is nearly the same as another one. (same processes for a different entity). In most cases, we build a new container from previously set templates. I will try the copy command as you suggest in this case.<div><br></div><div>Thanks,</div><div>Steven G. Spencer</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 7, 2018 at 10:31 PM Serge E. Hallyn <<a href="mailto:serge@hallyn.com">serge@hallyn.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Dec 07, 2018 at 09:34:14AM -0600, Steven Spencer wrote:<br>
> All,<br>
> <br>
> My Google search turned up empty, so I'm turning to the list to see if this<br>
> is possible:<br>
> <br>
> * In LXD I make a copy of a container, but want to create a new container<br>
> from it<br>
> * The container has a static assigned IP address, so if I bring up the new<br>
<br>
How is the static ip address assigned?  Using raw.lxc, using dhcp config<br>
on the host, using /etc/network/interfaces or the like in the container's<br>
rootfs?<br>
<br>
How are you currently copying it?  Are you using lxc copy --stateless?<br>
Can you just pass '-c <config>' to the lxc copy command to change the<br>
ipv4 configuration?<br>
<br>
> container with the other one running, I'm going to end up with an IP<br>
> conflict<br>
> * What I'd like to be able to do is to change the IP of the snapshot before<br>
> creating a container out of it.<br>
> <br>
> Is that possible, or am I missing another method.  I've already done this<br>
> step before, which works, but isn't the best if you want to keep systems up.<br>
> <br>
> * Stop the original container<br>
> * create the new container with the snapshot<br>
> * modify the IP of the new container<br>
> * start the original container<br>
> <br>
> If it isn't possible, I'll continue on as I've been doing.<br>
> <br>
> Thanks,<br>
> Steven G. Spencer<br>
<br>
> _______________________________________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
</blockquote></div>