소스 검색

Finally, finally, close #12164
Updating with typo Seb found

Signed-off-by: Mary Anthony <mary@docker.com>

Mary Anthony 10 년 전
부모
커밋
6de4138465

+ 16 - 0
docs/sources/reference/api/docker_remote_api.md

@@ -38,6 +38,22 @@ Calling `/info` is the same as calling
 You can still call an old version of the API using
 You can still call an old version of the API using
 `/v1.18/info`.
 `/v1.18/info`.
 
 
+## Docker Events
+
+The following diagram depicts the container states accessible through the API.
+
+![States](../images/event_state.png)
+
+Some container-related events are not affected by container state, so they are not included in this diagram. These events are:
+
+* **export** emitted by `docker export`
+* **exec_create** emitted by `docker exec`
+* **exec_start** emitted by `docker exec` after **exec_create**
+
+Running `docker rmi` emits an **untag** event when removing an image name.  The `rmi` command may also emit **delete** events when images are deleted by ID directly or by deleting the last tag referring to the image.
+
+> **Acknowledgement**: This diagram and the accompanying text were used with the permission of Matt Good and Gilder Labs. See Matt's original blog post [Docker Events Explained](http://gliderlabs.com/blog/2015/04/14/docker-events-explained/).
+
 ## v1.19
 ## v1.19
 
 
 ### Full documentation
 ### Full documentation

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/sources/reference/api/images/event_state.gliffy


BIN
docs/sources/reference/api/images/event_state.png


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.