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

Docker build instructions #297

Closed
MrCreosote opened this issue Jan 24, 2016 · 2 comments
Closed

Docker build instructions #297

MrCreosote opened this issue Jan 24, 2016 · 2 comments

Comments

@MrCreosote
Copy link

At least for me, the docker build command in README.md didn't work:

sudo docker build -t shock:latest docker/Dockerfile 
unable to prepare context: context must be a directory: /home/[bla]/localgit/Shock/docker/Dockerfile

This does though:

sudo docker build -t shock:latest docker
docker -v
Docker version 1.9.1, build a34a1d5
@wgerlach
Copy link
Contributor

I updated the README.md, thx.

@MrCreosote
Copy link
Author

Thanks for the fix. When I tried to build 0.9.13, it looks like docker just used a cache (I'm a docker noob) and I wound up with the 0.9.12 binary. Adding --no-cache to the build command fixed that - noting that in the build instructions (assuming that's the correct fix) would be helpful for Shock users new to docker.

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

No branches or pull requests

2 participants