Images ====== Images are read-only templates for containers that are composed of several layers. Typically new images are build on top of existing ones. Useful commands are:: docker image ls # list images docker rmi # remove image docker save > .tar # save image as tar To publish and image to dockerhub:: docker tag docker push If a non-existing base image needs to be created, tools like `Deboostrap `_ or `supermin `_ are helpful. Examples -------- - `funbox `_: fun images