Rename to Azure (#1849)

This commit is contained in:
Stefan Scherer 2017-02-18 21:52:16 +01:00 committed by John Mulhausen
parent 161c3e47b6
commit 8524d332c5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The following examples show how to create swarm services that require data persi
```bash
docker service create --replicas 5 --name ping1 \
--mount type=volume,volume-driver=docker4x/cloudstor:aws-v1.13.1-beta18,source=sharedvol1,destination=/shareddata \
--mount type=volume,volume-driver=docker4x/cloudstor:azure-v1.13.1-beta18,source=sharedvol1,destination=/shareddata \
alpine ping docker.com
```