容器
文章平均质量分 53
YJYD
十多年的码农,什么问题没见过,一切都是小问题。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker报Unable to find image ‘image-name:tag‘ locallydocker: Error response from daemon: pull acces
在使用Docker时,遇到拉取镜像失败的问题。其中一个错误信息是"Unable to find image ‘image-name:tag’ locally docker: Error response from daemon: pull access denied for image-name, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denie原创 2023-07-13 19:30:45 · 13769 阅读 · 0 评论 -
解决docke报错 non-overlapping IPv4 address pool among the defaults to assign to the network
解决docke报错 non-overlapping IPv4 address pool among the defaults to assign to the network原创 2023-06-19 18:17:09 · 487 阅读 · 0 评论 -
聊一聊Redis解决缓存雪崩、穿透、击穿、脑裂这些问题的经验
聊一聊Redis解决缓存雪崩、穿透、击穿、脑裂这些问题的经验原创 2023-06-18 19:52:17 · 339 阅读 · 1 评论 -
Docker命令实战
在日常开发中,我们经常需要使用Docker来管理不同环境下的应用服务,使用Docker命令可以方便地创建、启动、停止和删除Docker容器。此命令将创建一个名为mynginx的Nginx容器,并将容器端口80映射到主机端口80,用于访问容器内的Web服务。第一条命令将名为mynginx的容器导出到mynginx.tar文件中,第二条命令将文件mynginx.tar导入到一个新的容器中。有时候,我们需要将一个容器导出到另一个环境中,或者将容器数据备份到另一个位置。其中-f选项表示跟踪输出。原创 2023-06-17 14:04:27 · 111 阅读 · 1 评论
分享