Docker: Unterschied zwischen den Versionen
Aus wiki
(→Commands) |
|||
| Zeile 6: | Zeile 6: | ||
pull an image from docker hub -> docker pull busybox:1.24 | pull an image from docker hub -> docker pull busybox:1.24 | ||
list aimges on your docker host -> docker images | list aimges on your docker host -> docker images | ||
| − | + | remove one or severall images -> docker rmi busybox | |
show the history of an image -> docker history | show the history of an image -> docker history | ||
Version vom 31. Oktober 2016, 13:11 Uhr
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 remove one or severall images -> docker rmi busybox show the history of an image -> docker history