#docker
Read more stories on Hashnode
Articles with this tag
Let's do project on a 2 tier application. Create a Dockerfile Create a docker compose file Add port 5000 in inbound rules under security group...
Docker installation and configuration on Ubuntu Download updates for already installed packages - sudo apt-get update Update the already installed...
Docker Volumes Volumes are a mechanism for storing data outside containers. They allow you to store data, like a database, outside the container, so...
Docker-Compose Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is...
Dockerfile: Docker can build images automatically by reading the instructions from a Dockerfile. A Dockerfile is a text file that contains...
"If you ever encounter developers saying, 'It works on my machine,' then introduce them to Docker." What is Docker? Docker is an open platform for...