How to Develop CI/CD pipelines & Deploy Application as a Docker Container to AWS EC2 ECR Add Comment Edit Repository: https://github.com/shawon100/aws-ec2-docker-python-ci-cd Install docker and docker compose on your ec2 machine For Ubuntu: su... Read More
Docker Crash Course: Zero to Hero [50% off] Add Comment Edit 🔥🔥 SUMMER COURSE OFFER! 🔥🔥 Dive into the world of containerization with our "Docker Crash Course: Zero to Hero" and grab the p... Read More
Docker Best Practices & Recommendations Add Comment Edit When working with Docker and writing Dockerfiles, there are several best practices you can follow to ensure efficient, maintainable, and sec... Read More
Build & Run Java Spring Boot App with Tomcat Server in Docker Add Comment Edit 1. At first clone this repo git clone https://github.com/shawon100/Spring-Boot-Maven-Tomcat-Docker 2. Go to the repository folder and... Read More
Build and Run PHP+MySQL Application in Docker 1 Comment Edit Method 1 (For Better Understanding): Create a Common Network for PHP & MySQL container docker network create chatbot PHP... Read More
Deploy Laravel PHP Application to Local Kubernetes Using Jenkins CI/CD Add Comment Edit Deploy Laravel PHP Application to Local Kubernetes Using Jenkins CI/CD Source Code With CI/CD and Infra Setup: https://github.com/shawon10... Read More
HackerRank DevOps Interview Solution of Docker: Node Deployment Add Comment Edit HackerRank DevOps Interview Solution of Docker: Node Deployment This Content has been removed by the author from this blog due to opposit... Read More
Run a Docker Container Kodekloud Add Comment Edit Question: Nautilus DevOps team is testing some applications deployment on some of the application servers. They need to deploy a nginx con... Read More
Create a Docker Image From Container Kodekloud 4 Comments Edit Question : One of the Nautilus developer was working to test new changes on a container. He wants to keep a backup of his changes to the c... Read More
Deploy Sample Python Flask on AWS EC2 Docker using Github Action Add Comment Edit Detailed Video with Voice: https://www.youtube.com/watch?v=MQPRpDBXRyA Install docker and docker compose on your ec2 machine yum update ... Read More
HackerRank DevOps Question Solution Docker: Volume Mounting Add Comment Edit HackerRank DevOps Interview Solution of Docker: Volume Mounting This Content has been removed by the author from this blog due to opposit... Read More
Docker Copy Operations Kodekloud Add Comment Edit Question: The Nautilus DevOps team has some conditional data present on App Server 1 in Stratos Datacenter. There is a container ubuntu_l... Read More
Create a Docker Network Kodekloud Add Comment Edit Question: The Nautilus DevOps team needs to set up several docker environments for different applications. One of the team members ... Read More
Docker EXEC Operations Kodekloud 1 Comment Edit Question: Solution: Log in to mentioned app server in the question ssh banner@stapp03 Find the docker container sudo docker ps Enter ins... Read More
How to Dockerize Angular CRUD Firebase Web App Add Comment Edit Video Tutorial: https://www.youtube.com/watch?v=hee4wyqAN4g Source Code: https://github.com/shawon100/Angular-CRUD Read More
How to Deploy a PHP and MySQL Web App in Kubernetes 2020 1 Comment Edit How to Deploy a PHP and MySQL Web App in Kubernetes Video Tutorial: https://www.youtube.com/watch?v=aG3Hq4KrvUI Source Code : https... Read More
How to install Docker on Linux (Ubuntu) 1 Comment Edit Install Docker on Ubuntu At first open terminal and update by typing below command sudo apt-get update Check and Uninstall previous doc... Read More
How to Dockerize (Create Image or Container) a PHP Project Add Comment Edit PHP Project Source Code: https://github.com/shawon100/Online-Compiler Ubuntu Playground Online: https://www.katacoda.com/courses/ubu... Read More