Jenkins - Setup wizard blank? Jenkins - Setup wizard blank? jenkins jenkins

Jenkins - Setup wizard blank?


It happened to me after the initial installation, in the fisrt time starting.

Restart the jenkins instance by

http://jenkins.server/restart

and after that the home page should be working.


A click on browser's "back button" sent me to the working page: /login?from=%2F ....

historical:A non docker-image-related answer can be found hereIt suggests a firewall setting.

But is such a setting modification possible on the official jenkins docker image (jenkins/jenkins lts)using the provided jenkins user with no root access ?

(I personaly started the docker image ussing this command:

docker run -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock --name jenkins --hostname jenkins --add-host ns375278:172.17.0.1 -e JENKINS_OPTS="--prefix=/jenkins" -e JENKINS_ARGS="--prefix=/jenkins" --env "JAVA_OPTS=-Dhudson.footerURL=https://myDnsName.com"  jenkins/jenkins:tls