#containers
Read more stories on Hashnode
Articles with this tag
Kubernetes Overview : Kubernetes (also known as K8s) is an open-source system for automating deployment, scaling, and management of containerized...
Run a new Container Start a new Container from an Image docker run IMAGE docker run nginx and assign it a name docker run --name CONTAINER...
Day 17 : 90Days of DevOps Challenge ยท A Dockerfile is a text file that contains instructions for building a Docker image. The Dockerfile defines the...