Browse Source

Update README.md

command correction to create volume (docker volume create instead of docker create volume)
pull/3526/head
bbrenne 6 years ago
committed by Andrew Shvayka
parent
commit
8718115eeb
  1. 2
      msa/tb/README.md

2
msa/tb/README.md

@ -37,7 +37,7 @@ Where:
> **NOTE**: **Windows** users should use docker managed volume instead of host's dir. Create docker volume (for ex. `mytb-data`) before executing `docker run` command:
> ```
> $ docker create volume mytb-data
> $ docker volume create mytb-data
> ```
> After you can execute docker run command using `mytb-data` volume instead of `~/.mytb-data`.
> In order to get access to necessary resources from external IP/Host on **Windows** machine, please execute the following commands:

Loading…
Cancel
Save