Copying Files To And From The Container
Alternative to volume/bind mount
$ docker cp foo.txt <container_id>:/foo.txt
$ docker cp <container_id>:/foo.txt foo.txt$ docker psLast updated
Was this helpful?
Alternative to volume/bind mount
$ docker cp foo.txt <container_id>:/foo.txt
$ docker cp <container_id>:/foo.txt foo.txt$ docker psLast updated
Was this helpful?
Was this helpful?