mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
* Documentation: removed 'building blocks' for now.
This commit is contained in:
parent
194fca8347
commit
2ed1092dad
2 changed files with 0 additions and 26 deletions
|
@ -1,25 +0,0 @@
|
|||
: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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue