Refer this url to get official cheat sheet for docker commands. Below are some of frequently used commands by me
Find all docker images installed on system
docker images
Find container id of currently running dockers
docker ps
Stop or kill running container
docker kill <container id from above command>Continue reading “Docker Cheat sheet”