This page is under regular updates. Please check back later for more content.
Container Images

Managing Images

  • After fetching, the container images are stored on the host
  • Use docker images to get a list of images
  • Use docker inspect IMAGE to inspect the details of image and get more information of that image.
  • Or use docker image --help to get an overview of all options related to managing container images
  • An image cannot be removed without removing the container. You can remove it using force a -f flag.