docker_practice/appendix
daixiang0 e3c46e3b09 Update stop cmd
`docker stop` send SIGTERM, and then SIGKILL after grace period,
while `docker kill` send SIGTERM directly,
so `docker stop` is more safe and ensure the integrity of the data.

Signed-off-by: daixiang0 <764524258@qq.com>
2018-12-13 19:21:11 +08:00
..
_images Update appendix section 2016-12-10 17:00:25 +08:00
command Fix #270 docker daemon deprecated 2017-12-01 16:50:45 +08:00
faq Update stop cmd 2018-12-13 19:21:11 +08:00
repo Update ubuntu version to 18.04 2018-12-08 21:48:16 +08:00
resources Add Best practices for writing Dockerfiles 2017-12-06 19:29:09 +08:00
README.md Update appendix section 2016-12-10 17:00:25 +08:00
best_practices.md Change debian to alpine 2017-12-31 14:20:04 +08:00

README.md

附录