- 博客(2)
- 收藏
- 关注
原创 kubernetes创建pod资源yaml文件参数内容
apiVersion: v1 #必选版本号 参考kubectl versionkind: Pod #必选 资源类型metadata: #必选 元数据 name: test #必选Pod名称 namespace: test #必选,Pod所属命名空间 labels: #自定义标签 - name: latest #自定义标签名字 annotations.
2022-04-25 17:10:03
224
原创 Docker 本地导入镜像“exec: \“/bin/bash\“: stat /bin/bash: no such file or directory“: unknown
详细报错信息docker run -it ubuntu:v2 /bin/bashdocker: Error response from daemon: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: \"/bin/bash\": stat /bin/bash: no such file or directory": unknown.更换成/bin/sh后还是不
2022-04-05 23:37:04
7345
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人