mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 02:30:39 +08:00
docs(Dockerfile)
don't need -it
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user