Docker
This section explains how to install Docker on a ec2-instance
What is Docker ??
Installing Docker
sudo yum install -y dockerStart the Docker daemon and enable it to start on boot
sudo systemctl start docker
sudo systemctl enable docker
Add the jenkins user to the docker group
sudo usermod -aG docker jenkinsImages in Docker Hub
Last updated