【已解答】docker安装jenkins无法访问
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:免费版 8.0.1
系统版本:
CentOS 8.5.2111 x86_64(Py3.7.9)
问题描述:
docker安装jenkins后,端口是8090:8080,启动的服务正常,端口也开放了,但是就是不能在web页面进行访问
相关截图(日志、错误):Jenkins initial setup is required. An admin user has been created and a password generated.Please use the following password to proceed to installation:53fbf88ecf2e4c7b9344343aa03ff299This may also be found at: /var/jenkins_home/secrets/initialAdminPassword***************************************************************************************************************************************************************************************2023-11-13 07:57:56.489+0000 INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization2023-11-13 07:57:56.508+0000 INFO hudson.lifecycle.Lifecycle#onReady: Jenkins is fully up and running2023-11-13 07:57:57.485+0000 INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller2023-11-13 07:57:57.486+0000 INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
8.210.232.255:8090无法访问
https://tool.chinaz.com/port
您好,使用端口检测您的 8090端口是关闭的状态,请问是否开启了8090端口?如果本地系统开启了,请排查下安全组中是否开启 # firewall-cmd --query-port=8090/tcp
yes 大炮运维V587 发表于 2023-11-13 16:50
https://tool.chinaz.com/port
您好,使用端口检测您的 8090端口是关闭的状态,请问是否开启了8090端口?如 ...
# firewall-cmd --query-port=8090/tcp
yes
防火墙关闭了试一下也不能访问 宝塔用户_hdcxgi 发表于 2023-11-13 16:57
# firewall-cmd --query-port=8090/tcp
yes
如果是云服务器,请到外网安全组中方向您的端口。
上面有个检测端口的网址,需要检测是开启的状态才行哈
大炮运维V587 发表于 2023-11-13 17:03
如果是云服务器,请到外网安全组中方向您的端口。
上面有个检测端口的网址,需要检测是开启的状态才行哈
...
可以了 谢谢 宝塔用户_hdcxgi 发表于 2023-11-13 17:16
可以了 谢谢
好的哈。感谢您的支持 Last login: Wed Nov 27 09:34:24 2024 from 127.0.0.1
# netstat -ntlp | grep 8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 6337/docker-proxy
tcp6 0 0 :::8080 :::* LISTEN 6342/docker-proxy
# firewall-cmd --query-port=8080/tcp
yes
8080端口访问不了
页:
[1]