-
Notifications
You must be signed in to change notification settings - Fork 2
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
Windows instructions #10
Comments
Working on this issue, and having some trouble. I'm relatively new to Docker, so that might be the problem. After cloning the repo, what docker commands would you run before you hit the 'make build' step? I tried a number of things and so far have only run into problems:
|
One more note: not sure if this was intended, but I tried running make: docker-compose: Command not found |
Thanks for picking this up, @kenwrites! With the makefile, you shouldn’t need to run any rocker commands manually. It looks like docker-compose may not be installed on your machine. I think it’s supposed to be installed with the standard Docker Desktop install: https://docs.docker.com/docker-for-windows/install/ Can you verify that it’s installed? I also wonder if it might work from a Git Bash shell. Could you try that? Thanks again! |
Put in a PR to resolve this Issue: #33 |
I'm not sure if the
README
instructions work on Windows.I'm hoping with
git bash
and Docker installed, they will.If someone can test and update the
README
appropriately, that would be great!The text was updated successfully, but these errors were encountered: