docker cheat sheet

Here you find Docker specific and often used hints and workflows. As well as some configurations and links.

clarify routing

tbd!

clean things up

  • remove all containers docker rm -f $(docker ps -a -q)
  • remove all volumes docker volume prune
  • remove all images `docker rmi -f $(docker images -a -q)

Install Docker on

… for testing/development check the convenience script!

CHEAT SHEETS
ELSEWHERE