Skip to content

Added documentation for docker usage. #1067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 13, 2015
Merged

Added documentation for docker usage. #1067

merged 3 commits into from
Apr 13, 2015

Conversation

mlovci
Copy link
Contributor

@mlovci mlovci commented Apr 13, 2015

Updated README.md to include instructions on how to start a go-ipfs docker container, connect to peers and add files to ipfs. (extra instructions for boot2docker vm too).

Fix for #1052

@whyrusleeping
Copy link
Member

This looks good to me. And it reminds me that we really need to be able to tell the CLI to use a daemon running somewhere else. Would be cool if we could control an ipfs daemon running on a docker image in the same way docker works on OSX with boot2docker.

@mlovci mlovci changed the title Added documentation for docker usage. #1052 Added documentation for docker usage. Apr 13, 2015
@@ -89,6 +89,53 @@ Basic proof of 'ipfs working' locally:
ipfs cat <that hash>


### Docker usage

An ipfs docker image is hosted at [hub.docker.com/u/jbenet/go-ipfs](hub.docker.com/u/jbenet/go-ipfs).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, this image was outdated. I've updated that repo to point to https://github.com/ipfs/go-ipfs

(i wish i could get the dockerhub repo to be https://registry.hub.docker.com/repos/ipfs/ but someone owns it i think :/)

@jbenet
Copy link
Member

jbenet commented Apr 13, 2015

@mlovci thank you! this looks great! 👍 :)

@@ -89,6 +89,53 @@ Basic proof of 'ipfs working' locally:
ipfs cat <that hash>


### Docker usage

An ipfs docker image is hosted at [hub.docker.com/u/ipfs/go-ipfs](hub.docker.com/u/ipfs/go-ipfs).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mlovci ah sorry, didnt mean to change it to this yet -- I dont have control of that account atm (only that i want to use it). will update when i get control

i did update https://registry.hub.docker.com/u/jbenet/go-ipfs/ to point to https://github.com/ipfs/go-ipfs/ (instead of https://github.com/jbenet/go-ipfs/)

@mlovci
Copy link
Contributor Author

mlovci commented Apr 13, 2015

I'll remove that commit

@jbenet
Copy link
Member

jbenet commented Apr 13, 2015

@mlovci thanks!! 👍

jbenet added a commit that referenced this pull request Apr 13, 2015
Added documentation for docker usage.
@jbenet jbenet merged commit ef1ceea into ipfs:master Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants