51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Docker笔记

postgres 安装(docker )

postgres 安装(docker )

厉飞雨 阅读(49) 评论(0) 赞(6)

docker compose cat docker-compose.yaml 内容如下: version: "3.8" services: dev-https://51tbox.com/: image: postgres:latest container_name: postg...

docker python 基础镜像制作

docker python 基础镜像制作

厉飞雨 阅读(55) 评论(0) 赞(7)

docker build -f ./Dockerfile -t "centos7-py:v1" . [dokcer-python环境基础镜像制作 - tangshow - 博客园 (cnblogs.com)](https://www.cnblogs.com/tangshow/p/15980168.html) 定制CentOS系统Python基础镜像 ...

docker 无法删除 mounts/shm’: Device or resource busy

docker 无法删除 mounts/shm’: Device or resource busy

厉飞雨 阅读(51) 评论(0) 赞(5)

Docker 中无法删除或者停止容器处理{#articleContentId} 想删除 docker的目录 之前因为磁盘爆满, 直接 做了 /var/lib/docker的备份 之后给 mv 到了 /tmp 发现删除不了了 提示 rm: cannot remove 'docker1/containers/85f0c265ac2c21c52a...

docker镜像拉不下来解决方法

docker镜像拉不下来解决方法

厉飞雨 阅读(90) 评论(0) 赞(6)

[docker镜像管理命令(docker image)-白眉大叔 (baimeidashu.com)](https://51tbox.com/) docker pull registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controller-manager:v1.23.10 先从一台服务器上拉下来。 ![](ht...

1-docker 实战

1-docker 实战

厉飞雨 阅读(73) 评论(0) 赞(3)

1、镜像操作 {#lyZyO} --------------- docker pull nginx #下载最新版 镜像名:版本名(标签) docker pull nginx:1.20.1 docker pull redis #下载最新 docker pull redis:6.2...

什么是docker

什么是docker

厉飞雨 阅读(68) 评论(0) 赞(5)

很多朋友刚接触 docker , 不知道docker一般用来干嘛, 什么是docker 镜像,这里白眉大叔给大家科普一下。 你可以这样认为,docker 就是 打包应用程序的工具。 ****怎么理解这个工具呢****? ![](http://static.51tbox.com/static/2024-08-29/col/a5e9def66a340051e67be113474...

docker 安装客户端(windows)

docker 安装客户端(windows)

厉飞雨 阅读(95) 评论(0) 赞(6)

1- 下载: https://link.zhihu.com/?target=https%3A//docs.docker.com/get-docker/ https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe 2-安装 ![](http://static.51tb...

docker容器之间通信方式

docker容器之间通信方式

厉飞雨 阅读(55) 评论(0) 赞(6)

docker 通信方式, docker网络 [【Docker】docker中容器之间通信方式_docker 容器通信-CSDN博客](https://blog.csdn.net/yuchangyuan5237/article/details/131908975) 通过容器名称ping通mysql容器 ![](http://static.51tbox.com/static/...

Docker 部署 Confluence15.2 (非常详细)

Docker 部署 Confluence15.2 (非常详细)

厉飞雨 阅读(60) 评论(0) 赞(7)

confluece 部署docker 下边的是2019年的文章,但是现在来说,问题不大。按照步骤更新最新的镜像。 [Docker 部署Confluence15.2 - 小哥boy - 博客园 (cnblogs.com)](https://www.cnblogs.com/tchua/p/10727568.html) 最新: docker pull atlassia...