Jenkins install
1. Search for mirror
1. Search for mirror
docker search jenkins
2. Pull the mirror image
docker pull jenkinsci/blueocean
3. Run
docker run -u root -d -p 8080:8080 -p 50000:50000 -v /var/jenkins-data:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock jenkinsci/blueocean
Browser access
http://ip:8080/
5. The initial password – this file
/var/Jenkins – data/secrets/initialAdminPassword
Read More:
- Optimization and upgrade solution for one click deployment without Jenkins under Linux
- Jenkins docker push to harbor to report error
- The installation of docker desktop failed. After successful installation, the docker can not be started
- ActiveMQ installation, deployment and running
- Docker Nacos deployment uses container name to access 400 bad request
- The deployment of etcd storage and flannel network configuration for kubernetes / k8s multi node deployment
- Centos7 quick installation of docker and configuration of image acceleration
- Package pdftex.def Error: PDF mode expected, but DVI mode detected!_ mdpi_ Templatex compilation error in winedt
- Installation user interface mode not supported solution
- mdt wds deployment windows Litetouch deployment failed, Return Code = -2147467259 0x80004005
- [Transfer] mdt wds deployment windows Litetouch deployment failed, Return Code = -2147467259 0x80004005 solution…
- VTK series: installation and introduction of VTK
- Solution to a Jenkins serious error recorded by automation platform
- When Jenkins deploys the project, GIT reports an error fatal: index file smaller than expected
- A series of problems in configuring OpenGL development environment in vs2015
- Huawei cloud Kunpeng server docker installation VIM error
- [Sovled] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
- Solve the error error fetching remote repo origin problem in Git on Jenkins
- A series of errors encountered in connecting to the database using Oracle SQL developer
- Ngnix+gunicorn+Flag project deployment in Ubuntu