Docker 入门指北

服务器基础 Jun 11, 2026

“我电脑上能跑啊”的终结者

Docker = 便当盒。把程序和依赖全打包。Image/模板,Container/容器,Dockerfile/食谱。docker build && docker run 就搞定。

Tags