Show Menu
Cheatography

Docker Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Starting

docker run IMAG cmd [args]
create + start CONT
docker start CONT
start

Analyse

docker exec -t -i CONT /bin/bash
examine filesystem