Docker cheat sheet
Follow this site for more details: https://docs.docker.com/
Basics
Show a list of available images:
Show a list of containers:
Open Docker bash:
Show docker container logs:
use the option: --follow
to continuously stream the log
Last updated