logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker 运行容器碰到的坑Docker 出错 docker: Error response from daemon: OCI runtime create failed: container_li

build成功后运行,报错:docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"docker-entrypoint.sh\": executable file not found in ...

docker swarm Error response from daemon: rpc error: code = Unknown desc = The swarm does not have a

:docker node ls报错:Error response from daemon: rpc error: code = Unknown desc = The swarm does not have a leader. It's possible that too few managers are online. Make sure more than half of the...

The push refers to a repository(docker报错解决方案)--docker 推送镜像到私有镜像仓库遇到的坑

报错The push refers to a repository [192.168.1.161:5000/hello-world]Get https://192.168.1.161:5000/v1/_ping: http: server gave HTTP response to HTTPS client原因docker私有仓库服务器,默认是基于https传输的,所以我们需要在客户端1...

实时查看Docker容器占用的CPU,内存状态

ctop 就像 linux 的 top 命令一样,top 用来查看进程的实时状态,而 ctop 用来查看系统中各个容器的实时状态可以看到当期系统中有哪些容器,通过前面的指示灯可以看出是否在运行状态,还有他们的 CPU、内存、网络、IO 这些重要指标2. 安装Linux下安装方法:wgethttps://github.com/bcicen/ctop/releases/download/v0...

jenkins部署vue项目遇到的坑

1.Cannot download "https://github.com/sass/node-sassDownloading binary from https://github.com/sass/node-sass/releases/download/v4.10.0/linux-x64-72_binding.nodeCannot download "https://github.com...

到底了