Skip to content

AsciiSpec Server causes issues in Docker container  #71

Description

@bsmith-n4

#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:

docker: Error response from daemon: driver failed programming external connectivity on endpoint endpoint_name
Bind for 0.0.0.0:45115 failed: port is already allocated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions