-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added the Docker SBT plugin. #2
Conversation
Why are ports 9000 - 9443 open? |
It's not 9000 - 9443. It's 9000 and 9443. The default Play HTTP port is 9000. The default Play HTTPS port is 9443. |
Could not run with the following error:
|
What is the output of the following commands?
|
It looks like this may be a problem with an older version of SBT that they fixed: It is working for me with |
docker-machine.exe version 0.4.1 (e2c88d6) |
Hmmm, I have the same versions except that I have Docker 1.8.1 instead of Docker 1.8.2. Will investiage. |
Are you testing this on linux? |
I have only tested it on OSX, trying Windows now. |
Ok, I can reproduce this error on Windows with the same versions as OSX. My hunch is it's a backslash-in-file-path regex problem in the docker stack somewhere. |
The old version of SBT Native Packager had a bug that prevented it from working on Windows.
Ok, I've found a solution and have now successfully run the project on Docker on Windows. I added a commit to update the Sbt Native Packager. There were also a few additional steps:
|
Resolved in person |
Added the Docker SBT plugin.
Whoever reviews this, please confirm that you can get the server running on Docker before merging.
It works for me, but it would be great to confirm that I didn't forget to commit set-up files or something.
Part of feature CSSE497/pathfinder#8.