-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to install via Docker #60
Comments
Oh noes! One sec... |
So, my knowledge of docker is still that of total n00b. There's an image at https://registry.hub.docker.com/u/pjf0/exobrain/ ... Does |
Appears to:
I am new to docker as well... |
Though it does not show up in docker.io ps after... |
I'm having the same issue. It appears you need to tag your build "latest" in order for docker run to do its thing. If you look at other Docker repos, they all appear to have this tag, and docker run appears to call for it by default. docker tag pjf0:exobrain:latest http://stackoverflow.com/questions/22080706/how-to-create-named-and-latest-tag-in-docker |
Back from the burn and working on this now! |
Aha! I had unpushed changes, and that seemed to include the latest tag! My apologies for the delay, can you check to see if we've got improved docker joy now? |
Fixed, but now failing to run in its container. First, I added ~/perl5/bin First run: Installed IPC::System::Simple. Second run: Halting (Ubic not found) So the problem is that docker will log you in as root, and exobrain looks Summary: On Thu, Sep 4, 2014 at 1:41 PM, Paul Fenwick [email protected]
|
@mattmay : You rock, thank you so much for reporting this! (And my apologies so much for the delays; I have stable accommodation and WiFi again come Monday, but I'm trying to squeeze in as much coding as I can between now and then.) |
Howdy!
When following the docker install instructions the following occurs:
I was also not able to find the image when searching in the docker registry directly.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3302589-unable-to-install-via-docker?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: