mirror of https://github.com/docker/docs.git
Fix the exposed port in Dockerfile
4443 is default used by Server and 4444 is for Signer. Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
parent
cc03297c77
commit
9822c6d9be
|
@ -23,7 +23,7 @@ RUN softhsm2-util --init-token --slot 0 --label "test_token" --pin $NOTARY_SIGNE
|
|||
ENV NOTARYPKG github.com/docker/notary
|
||||
ENV GOPATH /go/src/${NOTARYPKG}/Godeps/_workspace:$GOPATH
|
||||
|
||||
EXPOSE 4443
|
||||
EXPOSE 4444
|
||||
|
||||
# Copy the local repo to the expected go path
|
||||
COPY . /go/src/github.com/docker/notary
|
||||
|
|
Loading…
Reference in New Issue