docker
文章平均质量分 65
ningfuxuan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker容器中安装Redis镜像
#docker 容器中拉取Redis镜像 $ docker pull redis:latest [tingzhuxuan@localhost ~]$ docker pull redis:latest latest: Pulling from library/redis e5ae68f74026: Pull complete 37c4354629da: Pull complete b065b1b1fa0f: Pull complete 6954d19bb2e5: Pull complete 6333f8ba原创 2021-12-10 12:03:06 · 1115 阅读 · 0 评论 -
Got permission denied while trying to connect to the Docker daemon socket at unix
[tingzhuxuan@localhost ~]$ docker run hello-world docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.原创 2021-12-08 19:02:03 · 842 阅读 · 0 评论 -
sudo yum install docker-ce docker-ce-cli containerd.io(CentOS中安装docker容器报错)
[tingzhuxuan@localhost ~]$ sudo yum install docker-ce docker-ce-cli containerd.io 上次元数据过期检查:0:05:34 前,执行于 2021年12月07日 星期二 18时49分42秒。 错误: 问题 1: 安装的软件包的问题 podman-3.3.1-9.module_el8.5.0+988+b1f0b741.x86_64 - 软件包 podman-3.3.1-9.module_el8.5.0+988+b1f0b741.x..原创 2021-12-07 19:01:12 · 4753 阅读 · 0 评论
分享