#devops
Read more stories on Hashnode
Articles with this tag
EC2 instance with Java 11 The first thing we need to do is to set up java on the ec2-instance using the command below. sudo yum update sudo...
SonarQube is a static code analysis tool. It is an open-source and Java-based tool. it collects and analyzes source code, and provides reports...
Creating Docker Volumes and Docker-compose yaml scripts 路 Creating Docker Volume 馃 To create a new Docker volume, you can use the docker volume create...
馃幆 Process Management # Show all running docker containersdocker ps# Show all docker containersdocker ps-a# Run a containerdocker run <image>:<tag>#...
Deploying a Static Web Site on Docker with Nginx and EC2 Set by step. 路 馃幆Create a Security Group (Firewall ) 馃幆Launch EC2 馃幆Connect through...
Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...