<div dir="ltr">Hi Andrey,<div><br></div><div>This seems to be the perfect solution, I can just copy over to the path like <span style="color:rgb(0,0,0)">proc/12423/root/usr/local, without worrying about snapshot clone uses delta0, rather than root in the container folder. After I moved the file, I still need to update the file permissions and ownership though.</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">Thanks,</span></div><div><span style="color:rgb(0,0,0)">Dan</span></div><div><span style="color:rgb(0,0,0)"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 24, 2015 at 2:43 PM, Andrey <span dir="ltr"><<a href="mailto:anrdaemon@yandex.ru" target="_blank">anrdaemon@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings, Dan Shi.<br>
<br>
Saturday, April 25, 2015, 00:37:27 you wrote:<br>
<br>
DS> I need to deploy some config files, e.g., .ssh config,  key file etc, to<br>
DS> container. I can copy the files to the absolute path in  container, e.g.,<br>
DS> /usr/local/containers/base/rootfs/root/.ssh/<br>
<br>
DS> The  problem is that, I have to change the owner and permission of the<br>
DS> files  manually. I'm wondering if there is a better way to do it, like scp?<br>
<br>
ls -l /proc/$(lxc-info -n $NAME -p -H)/<br>
<br>
Courtesy @stgraber<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Sincerely,<br>
Andrey<br>
Saturday, April 25, 2015 00:41:52<br>
<br>
Sorry for my terrible english...<br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></font></span></blockquote></div><br></div>