摘要: Docker containers should be designed to be stateless, meaning that they can survive system reboots and container terminations gracefully, and without 阅读全文
posted @ 2021-02-03 15:54 Zhentiw 阅读(82) 评论(0) 推荐(0)
摘要: Objects have the ability to use data and methods that other objects contain, as long as it lives on the [[prototype]] chain. In this lesson we’ll test 阅读全文
posted @ 2021-02-03 15:48 Zhentiw 阅读(84) 评论(0) 推荐(0)
摘要: A properly scaled Docker architecture should be able to kill off random containers at any time, and continue to run by implementing a crash-only desig 阅读全文
posted @ 2021-02-03 02:06 Zhentiw 阅读(52) 评论(0) 推荐(0)