[lxc-users] What's the best way to copy file from host to container?
Drake Wilson
drake at dasyatidae.net
Sat Apr 25 00:56:52 UTC 2015
Drake Wilson wrote:
> #!/bin/sh
> n=$1; shift
> exec lxc-attach -n "$1" ${1+-- "$@"}
Blech, I meant
exec lxc-attach -n "$n" ${1+-- "$@"}
of course. Woops.
---> Drake Wilson
More information about the lxc-users
mailing list