随笔分类 - docker
docker相关文档
摘要:
```sh 如果dockerfile是entrypoint。run是进不去的。可以用 docker run -it --entrypoint /bin/sh xxxx ```
阅读全文
```sh 如果dockerfile是entrypoint。run是进不去的。可以用 docker run -it --entrypoint /bin/sh xxxx ```
阅读全文
摘要:
```sh 一、 save命令将镜像保存为tar文件。 docker save -o images.tar postgres:9.6 二、load命令将tar文件加载到本地镜像中。 docker load -i images.tar ```
阅读全文
```sh 一、 save命令将镜像保存为tar文件。 docker save -o images.tar postgres:9.6 二、load命令将tar文件加载到本地镜像中。 docker load -i images.tar ```
阅读全文
摘要:
```sh 故障:测试环境发现资源严重不足,发现K8S节点被打上污点node.kubernetes.io/disk-pressure:NoSchedule。经排查发现。节点磁盘不足则会出现这种情况。解决磁盘满了问题。污点自动删除。如果手动强行删除。污点会重新打上。所以必须解决磁盘问题。 继续排查发现
阅读全文
```sh 故障:测试环境发现资源严重不足,发现K8S节点被打上污点node.kubernetes.io/disk-pressure:NoSchedule。经排查发现。节点磁盘不足则会出现这种情况。解决磁盘满了问题。污点自动删除。如果手动强行删除。污点会重新打上。所以必须解决磁盘问题。 继续排查发现
阅读全文
摘要:
#问题:新机器加入K8S集群报错 [kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthz’ failed with error: Get“http://localhost:10248/healt
阅读全文
#问题:新机器加入K8S集群报错 [kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthz’ failed with error: Get“http://localhost:10248/healt
阅读全文
摘要:
1.安装docker-compose curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docke
阅读全文
1.安装docker-compose curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docke
阅读全文

浙公网安备 33010602011771号