containerd常用命令
containerd常用命令是用于管理容器的命令行工具,下面列举了一些常用的命令:
1. ctr images list:列出所有镜像
2. ctr image pull <image-name>:下载指定镜像
3. ctr image remove <image-name>:移除指定镜像
4. ctr containers list:列出所有容器
5. ctr container create <container-name> <image-name>:创建新容器
6. ctr container start <container-name>:启动容器
7. ctr container stop <container-name>:停止容器
8. ctr container remove <container-name>:移除指定容器
9. ctr tasks list:列出所有任务
10. ctr task create <task-name> <container-name>:创建新任务
11. ctr task start <task-name>:启动任务
12. ctr task stop <task-name>:停止任务
13. ctr task remove <task-name>:移除指定任务
14. ctr logs <container-name>:查看容器日志
container容器用法 15. ctr exec <container-name> <command>:在容器内执行命令
以上是containerd常用的命令,可以根据需求进行使用。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论