[Buildbot] #2759: Make a Docker demo setup

Buildbot trac trac at buildbot.net
Mon Oct 6 09:28:16 UTC 2014


#2759: Make a Docker demo setup
-------------------+-----------------------
Reporter:  dustin  |       Owner:  zeller
    Type:  task    |      Status:  accepted
Priority:  major   |   Milestone:  ongoing
 Version:  0.8.8   |  Resolution:
Keywords:  sprint  |
-------------------+-----------------------

Comment (by Quentin):

 Replying to [comment:17 dustin]:
 > EXPOSE 9989 8010
 >
 > [...]
 >
 > However, port 8010 doesn't seem to be open for me.  If I connect to it,
 it closes right away.  I'm not really sure how to debug that!

 `EXPOSE` is not enough, you also need to publish the exposed ports when
 using `docker run`. If all ports should be exposed to the host, then
 `--publish-all`, otherwise `--publish`.

--
Ticket URL: <http://trac.buildbot.net/ticket/2759#comment:22>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list