mirror of https://github.com/docker/docs.git
parent
74d6897d83
commit
e0e9d7d4f2
|
@ -33,7 +33,7 @@ to a `/Shared/database` collection:
|
|||
```bash
|
||||
docker service create \
|
||||
--name redis_2 \
|
||||
--label com.docker.ucp.access.label="/Shared/database"
|
||||
--label com.docker.ucp.access.label="/Shared/database" \
|
||||
redis:3.0.6
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue