Skip to content
Snippets Groups Projects
Commit e7a5dc00 authored by Brian Tiger Chow's avatar Brian Tiger Chow
Browse files

docs(Dockerfile) update hint

privileged existed for mounting
parent 03ca7fdf
No related branches found
No related tags found
1 merge request!1New
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment