Skip to content
This repository has been archived by the owner. It is now read-only.

The docker command is not working unless I add -i parameter #37

Closed
RyanZhu1024 opened this issue Sep 17, 2016 · 1 comment
Closed

The docker command is not working unless I add -i parameter #37

RyanZhu1024 opened this issue Sep 17, 2016 · 1 comment

Comments

@RyanZhu1024
Copy link

RyanZhu1024 commented Sep 17, 2016

I ran the command from the docker documentation and I got error: ipfs repo not found, please run docker init first. I'm confused by this message as I can't even start the docker, how can I run docker init. So after some other try, I happened to add -i parameter and then it works. I don't know why, but at lease it's working. The command is docker run -id --name ipfs_host -v $ipfs_staging:/export -v $ipfs_data:/data/ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 ipfs/go-ipfs:latest Can someone explain it and maybe update the documentation from the docker up?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants