buildingblocks.rst 717 B

12345678910111213141516171819202122232425
  1. :title: Building blocks
  2. :description: An introduction to docker and standard containers?
  3. :keywords: containers, lxc, concepts, explanation
  4. Building blocks
  5. ===============
  6. .. _images:
  7. Images
  8. ------
  9. An original container image. These are stored on disk and are comparable with what you normally expect from a stoppped virtual machine image. Images are stored (and retrieved from) repository
  10. Images are stored on your local file system under /var/lib/docker/images
  11. .. _containers:
  12. Containers
  13. ----------
  14. A container is a local version of an image. It can be running or stopped, The equivalent would be a virtual machine instance.
  15. Containers are stored on your local file system under /var/lib/docker/containers