Docker Introduction
This is a collection of personal notes and references that I have gathered while learning Docker.
Table of Contents Version List Containers Remove Containers List Images Remove Images Run Container Stop Container Inspect Container Docker Log Port Mapping Volume Mounting Creating Images CMD VS ENTRYPOINT Docker Compose Version sudo docker version
List Containers To list the active containers sudo docker ps
To list all the containers including the inactive ones sudo docker ps -a