Re: Jenkins hosted in container is offline

11 views
Skip to first unread message

Baptiste Mathus

unread,
Sep 21, 2016, 4:36:29 PM9/21/16
to Hung Suen, jenkins...@googlegroups.com
(Switching to users ML)
That rings an distant old bell to me. Having no network in the container. I think I had that in the past. Something about resolv.conf being handled with the local DNS manager on Ubuntu or something, had to force or override the DNS to let containers have network access.

What is your host platform? What is the output of docker info/docker version?

2016-09-21 22:28 GMT+02:00 Hung Suen <sue...@gmail.com>:
Thanks Baptiste. The Internet can be reached from my machine. As whether it can be reached from container, I tried different approaches but none of the commands can be run inside the container. I mean, commands like ifconfig/ping all returned errors like "bash: ifconfig: command not found"

On Wednesday, September 21, 2016 at 1:12:34 PM UTC-7, Baptiste Mathus wrote:
Oh, and please, use the users list if you wish to have answers. Thanks

2016-09-21 22:07 GMT+02:00 Baptiste Mathus <m...@batmat.net>:
Are you behind a corporate proxy? Can Internet be reached from your machine, and more specifically from that container?

Cheers

2016-09-21 20:36 GMT+02:00 'Huanhuan Sun' via Jenkins Developers <jenkin...@googlegroups.com>:

Hi,

 

I tried to set up a Jenkins container. I pulled the official docker image: jenkins and create a container off it. The commands I used:

docker pull jenkins

docker run -d -p 8090:8080 -t jenkins

 

I could open the Jenkins dashboard at port 8090 but on the dashboard it showed Jenkins is offline. I entered bash of this container:

docker exec -it –user root <container name> bash

and tried to restart it:

                service jenkins restart

The output was it cannot find the command jenkins.

 

Two questions:

1.       Why is this offline and how to bring it online?

2.       Is containerized Jenkins different from Linux Jenkins? Why I cannot use normal jenkins command like restart/start/stop/status?

 

Thanks a lot,

Huan

 

 

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/MWHPR03MB26051CF398DB445BFE2F4E84B4F60%40MWHPR03MB2605.namprd03.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.



Alex Sun

unread,
Sep 21, 2016, 5:41:46 PM9/21/16
to Baptiste Mathus, jenkins...@googlegroups.com

Both host and docker are latest version.

 

image001.png
Reply all
Reply to author
Forward
0 new messages