#docker
Read more stories on Hashnode
Articles with this tag
Why use docker compose ? Easy set up : it simplifies setting up and running multi-container application with single config consistent development...
Create a Dockerfile # Always start with baseimage -> ubuntu FROM ubuntu RUN apt update -y RUN apt install nginx -y VOLUME [...
Docker utilizes the host operating system's kernel to provide lightweight containerization Docker is used for containerization, which involves...