Docker commands

docker --help

docker images

docker ps -a

docker system prune  -a

docker  build image .

docker run -it imagename bash