Docker
Aus wiki
Commands
version -> "docker version" info -> "docker info" search the registry for an image / tag -> docker search busybox pull an image from docker hub -> docker pull busybox:1.24 list aimges on your docker host -> docker images remoe one or severall images -> docker rmi busybox show the history of an image -> docker history