Skip to content
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

005 ipfs docker registry #19

Closed
wants to merge 7 commits into from
Closed

005 ipfs docker registry #19

wants to merge 7 commits into from

Conversation

hosh
Copy link
Contributor

@hosh hosh commented Apr 3, 2015

Fixes #1 #2

@jbenet
Copy link
Contributor

jbenet commented Apr 7, 2015

Ok I finally tested this. (did have to remove all sudo in osx)

running make breaks for me (have mounted, and tried rebooting ipfs node) see:

Pushing tag for rev [bf25c3f7f322] on {http://localhost:5000/v1/repositories/wiki-node/tags/latest}

Look, we have a registry

ls /ipns/local/docker-registry/images
ls: /ipns/local/docker-registry/images: No such file or directory
make: *** [demo] Error 1

something broken on ipns cc @whyrusleeping

> cd /ipns/local
> ls
docker-registry/
> ls docker-registry
gls: reading directory docker-registry: No such file or directory
> cd docker-registry
> ls
gls: reading directory .: No such file or directory
> ls images
gls: cannot access images: No such file or directory
> cd images
cd: no such file or directory: images
> :(

define notfound
$(image_path) not found
Make sure the daemon is running and mounted with allow_other:
ipfs config Mounts.AllowOther --bool true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This needs to be changed to

ipfs config Mounts.FuseAllowOther --bool true

@hosh
Copy link
Contributor Author

hosh commented Apr 21, 2015

Superceded by #24

@hosh hosh closed this Apr 21, 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.

Deploying container images with IPFS in 5 seconds.
2 participants