From 3ce5fde7ab86bb5307129b77fa09225ca07b1128 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Mon, 23 Jun 2014 16:08:34 +0100 Subject: [PATCH] Update dockervolumes.md Missed double hyphen in `--volumes-from` option --- docs/sources/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockervolumes.md b/docs/sources/userguide/dockervolumes.md index 0c2f6cfac6..7b3494920e 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/docs/sources/userguide/dockervolumes.md @@ -90,7 +90,7 @@ And another: $ docker run -d --volumes-from dbdata --name db2 training/postgres -You can use multiple `-volumes-from` parameters to bring together multiple data +You can use multiple `--volumes-from` parameters to bring together multiple data volumes from multiple containers. You can also extend the chain by mounting the volume that came from the