List out some essential Docker commands
Some important Docker commands are:
- Build – used for building a Docker image
 - Create – used for creating a new container
 - Dockerd – used for launching the Docker daemon
 - Info – used for displaying information regarding the Docker Installation
 - Kill – used for killing a container
 



