Setting Up Docker Containers as Jenkins Build Agents
Firstly, Create an EC2 instance
Then setup jenkins on it
When the above steps done, then wait for the Jenkins to be started
Docker Slave Configuration
To install Docker, run the command below on the EC2 instance terminal
sudo apt update && upg...
blogs.praduman.site2 min read