摘要:
1. 容器生命周期管理 1.1 操作 image -create : 根据image创建一个新的容器 -run : 根据image创建一个新的容器并运行 1.2 操作 container -start : 启动容器 -stop : 停止容器 -restart : 重启容器 -pause : 暂停容器 阅读全文
posted @ 2020-07-02 17:33
小小忧愁米粒大
阅读(501)
评论(0)
推荐(0)
摘要:
【参考文章】:kubectl 概述 kubectl简介 语法:kubectl [command] [resource_type] [resource_name] [flags] command : 对资源执行的操作,比如 create,get,describe,edit,delete,scale,l 阅读全文
posted @ 2020-07-02 15:55
小小忧愁米粒大
阅读(1283)
评论(0)
推荐(0)