logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker 删除所有未运行的容器

docker 练习的时候会有好多运行失败的容器 看着就很烦#查看所有正在运行容器dockers ps#查看所有容器docker ps -a#查看所有容器iddocker ps -a -q#停止容器docker stop <容器ip>#停止所有容器docker stop $(docker ps -a -p)#删除所有未运行的容器...

#docker
Ubuntu 18 安装kubernetes

安装dockers 详见上一篇博客https://mp.csdn.net/postedit/100084226在大佬的博客上又加了一些实际部署遇到的情况记录一下#.准备工作#关闭防火墙sudo ufw disable#关闭系统swapsudo swapoff -a#安装docker#建议版本: docker-ce-18.0x#2.准备k8s安装环境#配...

#kubernetes
Mtric client health check failed: the server could not find the requested resource (get services h

k8s 安装 dashboard 查看dashboard-pod日志报错Metric client health check failed: the server could not find the requested resource (get services heapster). Retrying in 30 seconds.我设置的是NodePort方式访问的kin...

到底了