#docker
Read more stories on Hashnode
Articles with this tag
Docker is a platform that enables developers to automate the deployment of applications within lightweight, portable containers. These containers...
As this is a very basic project, we will pull MySQL image from Docker Hub. docker pull mysql:latest run docker images to see downloaded/existing...
To deploy the reddit-clone application we need 2 EC-2 Servers: CI server Deployment server Let's setup first CI Server. Install Docker and...
We are going to implement a Microservice app is deployed on Kubernetes using Flask app and Mongodb. Deploying a microservice application on Kubernetes...