Docker: Unterschied zwischen den Versionen
Aus wiki
(searcg) |
(→Commands) |
||
| Zeile 5: | Zeile 5: | ||
search the registry for an image / tag -> docker search busybox | search the registry for an image / tag -> docker search busybox | ||
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 | ||
| + | remoe one or severall images -> docker rmi busybox | ||
| + | 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 remoe one or severall images -> docker rmi busybox show the history of an image -> docker history