...
Code Block | ||
---|---|---|
| ||
sudo apt-get update sudo apt install openjdk-8-jdk |
Install Docker
Step 1: First, in order to ensure the downloads are valid, add the GPG key for the official Docker repository to your system
...
Code Block | ||
---|---|---|
| ||
sudo systemctl status docker |
Setting up the Peer Jenkins server
Step 1 : Pulling the latest jenkins image from docker hub
Code Block | ||
---|---|---|
| ||
sudo docker pull jenkins
sudo docker images |