#cloud
Read more stories on Hashnode
Articles with this tag
Log in to AWS Account. Launch an Ubuntu Instance:Jenkins Declarative chmod 400 jenkins-d.pem(to give the permission) ssh -i "jenkins-d.pem"...
docker –version:get the currently installed version of docker ubuntu@ip-172-31-31-147:~$ docker --version Docker version 20.10.21, build...
To connect a running container to an existing network: docker network connect <network-name> <conatainer name or id> docker network ls:list the...
VMware ESXiA virtualization layer runs on physical servers that abstract processor, memory, storage, and resources into multiple virtual...
Project Description The project aims to deploy a web application using Docker Swarm, a container orchestration tool that allows for easy management...
Project Description The project is about automating the deployment process of a web application using Jenkins and its declarative syntax. The pipeline...