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
|
- /var/run/pcscd/pcscd.comm:/var/run/pcscd/pcscd.comm
|
||||||
build: .
|
build: .
|
||||||
dockerfile: notary-signer-Dockerfile
|
dockerfile: notary-signer-Dockerfile
|
||||||
|
links:
|
||||||
|
- notarymysql
|
||||||
notarymysql:
|
notarymysql:
|
||||||
build: ./notarymysql/
|
build: ./notarymysql/
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue