From b3d5e20f43912f2229e05de1ac2eb783de0bf559 Mon Sep 17 00:00:00 2001 From: LouisWei Date: Wed, 25 Mar 2015 11:11:22 +0800 Subject: [PATCH] translating wi-cuckoo LLAP --- .../20150324 How to Interactively Create a Docker Container.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/tech/20150324 How to Interactively Create a Docker Container.md b/sources/tech/20150324 How to Interactively Create a Docker Container.md index 6f8e1a6433..17576ec4f0 100644 --- a/sources/tech/20150324 How to Interactively Create a Docker Container.md +++ b/sources/tech/20150324 How to Interactively Create a Docker Container.md @@ -1,3 +1,4 @@ +translating wi-cuckoo LLAP How to Interactively Create a Docker Container ================================================================================ Hi everyone, today we'll learn how we can interactively create a docker container using a docker image. Once we start a process in Docker from an Image, Docker fetches the image and its Parent Image, and repeats the process until it reaches the Base Image. Then the Union File System adds a read-write layer on top. That read-write layer, the information about its Parent Image and some other information like its unique id, networking configuration, and resource limits is called a **Container**. Containers has states as they can change from **running** to **exited** state. A container with state as **running** includes a tree of processes running on the CPU, isolated from the other processes running on the host where as **exited** is the state of the file system and its exit value is preserved. You can start, stop, and restart a container with it. @@ -96,4 +97,4 @@ via: http://linoxide.com/linux-how-to/interactively-create-docker-container/ 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 [a]:http://linoxide.com/author/arunp/ -[1]:https://registry.hub.docker.com/ \ No newline at end of file +[1]:https://registry.hub.docker.com/