Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-06-23 05:17:20 -07:00
parent e81861ea54
commit 960cbd2c8d
1 changed files with 2 additions and 2 deletions

View File

@ -123,14 +123,14 @@ images for your use. These can be images you create yourself or you
can use images that others have previously created. Docker registries are the can use images that others have previously created. Docker registries are the
**distribution** component of Docker. **distribution** component of Docker.
####Docker containers #### Docker containers
Docker containers are similar to a directory. A Docker container holds everything that Docker containers are similar to a directory. A Docker container holds everything that
is needed for an application to run. Each container is created from a Docker is needed for an application to run. Each container is created from a Docker
image. Docker containers can be run, started, stopped, moved, and deleted. Each image. Docker containers can be run, started, stopped, moved, and deleted. Each
container is an isolated and secure application platform. Docker containers are the container is an isolated and secure application platform. Docker containers are the
**run** component of Docker. **run** component of Docker.
##So how does Docker work? ## So how does Docker work?
So far, we've learned that: So far, we've learned that:
1. You can build Docker images that hold your applications. 1. You can build Docker images that hold your applications.