1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

docs(Dockerfile)

don't need -it
This commit is contained in:
Brian Tiger Chow
2014-11-02 22:09:20 -08:00
parent c2110bf415
commit ea1576af9b

View File

@ -11,4 +11,4 @@ EXPOSE 4001
CMD ["ipfs", "run"]
# build: docker build -t go-ipfs .
# run: docker run -p 4001:4001 -e "IPFS_LOGGING=debug" -i -t go-ipfs:latest
# run: docker run -p 4001:4001 -e "IPFS_LOGGING=debug" go-ipfs:latest