Skip to content
Snippets Groups Projects
Commit 2ed1092d authored by Solomon Hykes's avatar Solomon Hykes
Browse files

* Documentation: removed 'building blocks' for now.

parent 194fca83
No related branches found
No related tags found
No related merge requests found
:title: Building Blocks
:description: An introduction to docker and standard containers?
:keywords: containers, lxc, concepts, explanation
Building blocks
===============
.. _images:
Images
------
An original container image. These are stored on disk and are comparable with what you normally expect from a stopped virtual machine image. Images are stored (and retrieved from) repository
Images are stored on your local file system under /var/lib/docker/graph
.. _containers:
Containers
----------
A container is a local version of an image. It can be running or stopped, The equivalent would be a virtual machine instance.
Containers are stored on your local file system under /var/lib/docker/containers
......@@ -13,5 +13,4 @@ Contents:
:maxdepth: 1
../index
buildingblocks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment