Merge pull request #24 from marvell/patch-1

Update README.md
This commit is contained in:
Will Sargent 2015-02-06 09:31:15 -08:00
commit f6298a1556

View file

@ -138,7 +138,7 @@ Restart policies on crashed docker instances are [covered here](http://container
There doesn't seem to be a way to use docker directly to import files into a container's filesystem. The closest thing is to mount a host file or directory as a data volume and copy it from inside the container.
* [`docker cp`](http://docs.docker.io/reference/commandline/cli/#cp) copies files or folders out of a container's filesystem.
* [`docker export`](http://docs.docker.io/reference/commandline/cli/#export) turns container filesystem into tarball.
* [`docker export`](http://docs.docker.io/reference/commandline/cli/#export) turns container filesystem into tarball archive stream to STDOUT.
### Executing Commands