-
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
AsciiSpec Server causes issues in Docker container #71
Comments
Console output referenced above states:
I wonder what service should be running at this port: 45115 |
Found it with https://github.com/NumberFour/asciispec/search?utf8=%E2%9C%93&q=45115&type= The Asciispec-server itself: https://github.com/NumberFour/asciispec/blob/84a88b3bec06cb235bb369def2f781eea35adf53/src/main/java/eu/numberfour/asciispec/cli/AsciiSpecServer.java So it's not an external service but internally to the docker-container. |
Looking at the asciispec executable I see that the whole server-functionality was introduced by IDE-2736 and related commits (e.g. 51ad7fe) @mmews-n4 I see two ways to tackle the issue:
|
For the time being, we can use the |
published |
#68 causes some issues with Docker
First, it complains about the ports not being accessible.
See http://build-master.corp.numberfour.eu:8080/view/Documentation/job/OPR_spec_multibranch/job/OPR-1185/24/console
It's possible to specify exposed ports using
-p
;docker run --rm -t -p 45115:45115 -v ...workspace:rw docker.corp...asciispec:0.0.4 $*
But in this case, the following error occurs:
The text was updated successfully, but these errors were encountered: