Re: Jenkins docker image stucks on start-up

2015-05-04 Thread Marco K.
Thank you very much, Chris. I'm able to reach Jenkins at http://192.168.59.103:8080 which is the default IP for boot2docker users according to the link. Kind regards, Marco Am Montag, 4. Mai 2015 12:35:02 UTC+2 schrieb Christopher Orr: > > I would guess the problem is due to using boot2docker,

Re: Jenkins docker image stucks on start-up

2015-05-04 Thread Christopher Orr
I would guess the problem is due to using boot2docker, i.e. the port won't be exposed on localhost, but on a separate network interface. See the documentation: https://docs.docker.com/installation/windows/#container-port-redirection Regards, Chris On 04/05/15 11:43, Marco K. wrote: I'm tryin

Jenkins docker image stucks on start-up

2015-05-04 Thread Marco K.
I'm trying to use the official Jenkins docker image but it seems to stuck after/while setting agent port during start-up (see below output). http://localhost:8080 is not reachable.. mark@MARK-PC ~ $ docker run -p 8080:8080 jenkins Unable to find image