
Docker和Kubernetes系列
文章平均质量分 52
iaiti
编程
展开
-
Docker和K8s实战(五)——Docker Error response from daemon: conflict: unable to remove repository reference
执行docker rmi命令时出现docker rmi iaiti/centos-nodejs1 Error response from daemon: conflict: unable to remove repository reference \"iaiti/centos-nodejs1\" (must force) - container 01225a5e58b8 is using its referenced image 577fcd17478d关于rmi命令 [docke...原创 2021-10-09 12:02:17 · 540 阅读 · 0 评论 -
Docker和K8s实战(四)——Docker镜像和容器,K8S的pod的关系和思想
https://www.youtube.com/watch?v=3I9PkvZ80BQ&t=13s&ab_channel=CNCF%5BCloudNativeComputingFoundation%5Dhttps://www.youtube.com/watch?v=3I9PkvZ80BQ&t=13s&ab_channel=CNCF%5BCloudNativeComputingFoundation%5D当你在学习云原生相关的概念时,如果纯粹理论的学习,会有大致的一个概念在.原创 2021-10-07 22:54:53 · 901 阅读 · 0 评论 -
Docker和K8s实战(三)——Docker安装Node.js出现curl:Recv failure: Connection reset by peer问题
curl http://127.0.0.1:8080 想要跑出nodejs的Hell world效果时,突然报Connection reset by peer错。打镜像的时候使用了package.json和index.js拿了简单的example,一开始const port是3030以为是端口问题,改成8080重新打镜像运行之后还是一样的错误。后面还好找到了一个博主的方案,http://blog.mangolovecarrot.net/2021/04/24/233尝试改了之后确实可以了。con原创 2021-10-04 10:25:32 · 901 阅读 · 0 评论 -
Docker和K8s实战(二)——往docker hub推送镜像出现denied: requested access to the resource is denied
解决方案可以在docker官方网站搜索该报错的关键字docker hub推送镜像出现denied: requested access to the resource is deniedhttps://forums.docker.com/t/docker-push-error-requested-access-to-the-resource-is-denied/64468I changed the process to do this, and it solved it for me…dock原创 2021-09-23 09:58:14 · 378 阅读 · 0 评论 -
Docker和K8s实战(一)——安装Centos7时发生VirtualBox运行虚拟电脑时发生严重错误
在部署k8s集群时候,win7下使用VirtualBox安装Centos7时发生VirtualBox运行虚拟电脑时发生严重错误。一开始遇到这个问题直接查了下网上的是,windows系统管理器的原创 2021-09-06 21:52:08 · 1086 阅读 · 0 评论