-
Notifications
You must be signed in to change notification settings - Fork 7
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
build not working #1
Comments
ok since I am on mac I had to start boot2docker. I was still not able to run
So that look's not too bad. But nothing is running at localhost:8080 ... Am I missing sth? EDIT: after inspecting the code: |
Hey @andywenk - thanks for the comments :) Yep - docker pull isn't working - I think it might be due to some Ubuntu repo issues over the last few days - I might kick off another build from their console - see if it rights itself. Anyway - for your issue - try the following from a fresh clone - see if this works. $ docker build -t magnetikonline/html5validator .
$ docker run -dp 8080:80 magnetikonline/html5validator Basically same build/run commands without the Obviously you can use whatever tag you like in the See how you go - if it works, I'll try to write something better in the README.md notes. Pete |
@andywenk I just did another build to the Docker hub - so doing a |
Hey Peter, awesome thanks. I will try both ways when I find a time slot. I will report back :) Cheers Andy |
Hey @andywenk - I'll close this issue out, let me know if you are still having troubles :) |
Hi,
first of all - nice idea - thanks for creating this :).
I ran into the following error:
Any idea what's wrong? As you have written in the README, trying to use docker pull did not work.
Thanks
Andy
The text was updated successfully, but these errors were encountered: