mirror of https://github.com/docker/docs.git
Rename to Azure (#1849)
This commit is contained in:
parent
161c3e47b6
commit
8524d332c5
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue