This Docker Image Allows you to Work in remote system using ssh from Jenkins
98
This Docker Image Allows you to Work in remote system using ssh from Jenkins, you just need to specify some environment variables at the start, rest of that will be handled by the container launch itself.
Environment Variables to be specified are :-
USER - You need to specify a username to configure and use SSH inside the container, if you want to connect to root account then don't specify username as root is set as default.
DEST_IP - In this you have to specify the IP of system you want to connect using SSH, there is no default IP set for this, so it is mandatory to give any value to this or it won't work
Example to start a Jenkins container with SSH configuration :-
docker run -it -e USER=some_username -e DEST_IP=127.0.0.1 dheeth/jenkins:lts
Content type
Image
Digest
Size
405.5 MB
Last updated
over 6 years ago
docker pull dheeth/jenkins:lts