Articles in this series
Docker commands, Help and usage how to Launch and run a docker container How to Check the status of all docker containers. How to log in and manage...
List out docker images Sudo docker images search Ubuntu Sudo docker search Ubuntu ##Search image Sudo docker search busapp ##Pull the Ubuntu Sudo...
Update the system sudo yum update && sudo yum upgrade -y Jenkins is a java based app, so we need to install java sudo yum install java-17* Check...
Jenkins installation see below link https://sundarpalanivel.hashnode.dev/jenkins-installation-on-amazon-linux-2023 Create two instance one is master...
See this article how to install Docker on ubuntu https://sundarpalanivel.hashnode.dev/install-docker-on-ubuntu Create a Directory mkdir myapp Create...
Create a directory Docker file Create empty text file Insert below content See the Dockerfile inside Build a Image See the created images Run a...