mirror of https://github.com/docker/docs.git
Adding link to notary-signer in dockerfile
Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
parent
657150ca9b
commit
394237cfe6
|
@ -12,6 +12,8 @@ notarysigner:
|
|||
- /var/run/pcscd/pcscd.comm:/var/run/pcscd/pcscd.comm
|
||||
build: .
|
||||
dockerfile: notary-signer-Dockerfile
|
||||
links:
|
||||
- notarymysql
|
||||
notarymysql:
|
||||
build: ./notarymysql/
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue