mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26496 from riyazdf/trust-sandbox-fix
Use latest version of notary server in trust sandbox docs
This commit is contained in:
commit
6fafd07282
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
|
||||||
version: "2"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
notaryserver:
|
notaryserver:
|
||||||
image: dockersecurity/notary_autobuilds:server-v0.3.0
|
image: dockersecurity/notary_autobuilds:server
|
||||||
volumes:
|
volumes:
|
||||||
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue