Docker & K8s 学习书籍分享
◎https://github.com/anzhihe/Free-Docker-Books.git,此文档移至github更新
Free Docker Books
This is my personal collection of free Docker books, feel free to share and read.
Google drive:https://drive.google.com/d...
Continue reading>>◎https://github.com/anzhihe/Free-Docker-Books.git,此文档移至github更新
This is my personal collection of free Docker books, feel free to share and read.
Google drive:https://drive.google.com/d...
Continue reading>>COPY
复制文件:
COPY [--chown=<user>:<group>] <源路径>... <目标路径>
COPY [--chown=<user>:<group>] ["<源路径1>",... "<目标路径>"]
和 RUN
指令一样,也有两种格式,一...
很久没碰docker了,昨晚在虚拟机上用docker pull jenkinsci/blueocean安装Jenkins启动报如下错误:
java.net.UnknownHostException: updates.jenkins.io
按常规套路,先把selinux、防火墙都关了,IP转发打开,检察虚拟机配置,按报错网上搜了搜,都没效果,安装的docker版本是docker 19。
Continue reading>>手动创建docker0网桥:
brctl addbr docker0
ip addr add 172.17.0.1/16 dev docker0
ip link set dev docker0 up
ip addr show docker0
br0的MAC地址:
br0如果没有指定hw MAC, br0的MAC地址会根据bridge中port的变化,自动选择port中最小的一个MAC地址作为br0的MAC地址...
Continue reading>>Project Harbor is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an...
Continue reading>>1. 安装docker-ce(可参考:CentOS7 yum安装docker1.13.1及docker-compose)
Continue reading>>