Tag Docker

docker-compose install and configure jenkins

1. Preparation Create the folder /opt/docker-home/jenkins/jenkins_home and configure the folder permissions. 2. docker-compose.yml Create the file docker-compose.yml under the /opt/docker-home/jenkins file with the following configuration. 3. Start Check the file /opt/docker-home/jenkins/jenkins_home/secrets/initialAdminPassword after starting, this is the password after initialization, which…

Debug the internal process of Docker container

This article uses the Nebula Graph process as an example to explain how to debug the process as if it were locally without destroying the contents of the original container or installing any toolkits in it. 1. Demand In the…