#docker
Read more stories on Hashnode
Articles with this tag
Docker volume: Docker volumes are a widely used and useful tool for ensuring data persistence while working in containers. Docker volumes are file...
Docker file: The Dockerfile uses DSL (Domain Specific Language) and contains instructions for generating a Docker image. Dockerfile will define the...
What is virtualization? Virtualization uses software to create an abstraction layer over computer hardware that allows the hardware elements of a...
What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage...