Commit e7a5dc00 authored by Brian Tiger Chow's avatar Brian Tiger Chow

docs(Dockerfile) update hint

privileged existed for mounting
parent 03ca7fdf
......@@ -11,4 +11,4 @@ EXPOSE 4001
CMD ["ipfs", "run"]
# build: docker build -t go-ipfs .
# run: docker run --privileged=true -i -t go-ipfs:latest
# run: docker run -p 4001:4001 -e "IPFS_LOGGING=debug" -i -t go-ipfs:latest
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment