
docker
言缓心善
屌丝确实叼
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker只能启动busybox,不能启动高级容器,CentOS6升级内核
1. 可以启动busybox,后台启动高级容器直接退出,启动时进入容器提示:FATAL: kernel too old [root@l ~]# docker run -it centos FATAL: kernel too old 2. 查看内核: [root@l ~]# uname -r 2.6.32-696.el6.x86_64 3. 导入public key [root@l ...原创 2019-11-08 21:29:00 · 440 阅读 · 0 评论 -
docker私有仓库
https://www.cnblogs.com/Tempted/p/7768694.html转载 2018-11-28 00:13:14 · 385 阅读 · 0 评论 -
dockerhub登录失败
问题描述:docker login ,登录dockerhub时提示如下: WARNING! Using --password via the CLI is insecure. Use --password-stdin. Error saving credentials: error storing credentials - err: exit status 1, out: `Error cal...翻译 2019-06-10 14:15:27 · 2738 阅读 · 0 评论