#docker
Read more stories on Hashnode
Articles with this tag
Docker is an open-source platform that enables developers to build, deploy, run, update and manage containers—standardized, executable components that...
Difference between Image, Container, and Engine: Docker Image is a template that contains all the dependencies required to run an application. Docker...
Task: Create a new user account that you want to use to run Docker containers. adduser abhijeet Add the new user to the "docker" group to give them...
Project Overview: This project is a simple calculator web application built using the Flask web framework in Python. The calculator allows users to...
What is a package manager: A package manager in Linux is a software tool that helps users to install, remove, and manage software packages on their...