mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
Updated as certicate as expire in documented version
The current documentation points to use a version of notary which has an expired certicate. Updated the version of notary_autobuilds to 0.5.1 from 0.4.2. Change the shared volume to notarycerts:/var/lib/notary/fixtures from notarycerts:/go/src/github.com/docker/notary/fixtures as location of certificate has changed.
This commit is contained in:
@@ -77,9 +77,9 @@ the `trustsandbox` container, the Notary server, and the Registry server.
|
||||
version: "2"
|
||||
services:
|
||||
notaryserver:
|
||||
image: dockersecurity/notary_autobuilds:server-v0.4.2
|
||||
image: dockersecurity/notary_autobuilds:server-v0.5.1
|
||||
volumes:
|
||||
- notarycerts:/go/src/github.com/docker/notary/fixtures
|
||||
- notarycerts:/var/lib/notary/fixtures
|
||||
networks:
|
||||
- sandbox
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user