68960/how-to-run-jenkins-service-inside-docker-container
Hi Guys,
I installed jenkins inside docker container. But I am not able to start jenkins service using systemctl command. How can I start jenkins service?
Hi@akhtar,
By default systemctl command will not run inside docker container. But you can start your jenkins service by using the below given commands.
$ /etc/rc.d/init.d/jenkins start $ service jenkins start
Hope this will help you
By default, Jenkins works on Port 8080. So try with this. If you exposed your container then try with your VM IP and port no. Or check with the docker ps command.
You must have come across the /var/run/docker.sock file, ...READ MORE
Hii, crond works well with tiny on Alpine RUN apk add --no-cache ...READ MORE
Adding to kalgi's answer, You can also ...READ MORE
You need to get inside the container ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Hi@akhtar, Generally, if you run firefox inside docker ...READ MORE
you can run any command in a ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.