Some of the most commonly used docker commands are
Start docker on WLS2
List containers
Show all containers (default shows just running)
Run specific image
Lists docker images on the host machine.
Builds image from Dockerfile.
Remove a specific image
Force to remove a specific image
Remove all images
-i keeps STDIN active to keep your process running -t we can type on terminal
Create a new image
t
it's a tag name.
path exists dockerfile