From 23ddebab14964045f0c2a16dafc607f264fdfea7 Mon Sep 17 00:00:00 2001 From: Alex Zemlyakov Date: Fri, 6 Feb 2015 16:17:10 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47bd192..04a0779 100644 --- a/README.md +++ b/README.md @@ -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