Basic Commands in docker
Basic Commands in docker
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package.
In this article we will go through some basic docker commands for a beginner to start with.
1 Run a container
docker run
View On WordPress















