mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Fix argument order for docker create in tutorial
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 109334030cd970475b0ec313b0f8709a5cad1c42 Component: engine
This commit is contained in:
@@ -203,7 +203,7 @@ The following example also creates the `my-named-volume` volume, this time
|
||||
using the `docker volume create` command.
|
||||
|
||||
```bash
|
||||
$ docker volume create -d flocker my-named-volume -o size=20GB
|
||||
$ docker volume create -d flocker -o size=20GB my-named-volume
|
||||
|
||||
$ docker run -d -P \
|
||||
-v my-named-volume:/opt/webapp \
|
||||
|
||||
Reference in New Issue
Block a user