Docker & K8s 学习书籍分享

https://github.com/anzhihe/Free-Docker-K8s-Books,此文档移至github更新

Free Docker & K8s Books

This is my personal collection of free Docker & K8s books, feel free to share and read.

Google drive:https://drive.google.com/drive/folders/1Uh77UpNTCdh2paK-4KzdohGZ3e-9X1NE

百度网盘:https://pan.baidu.com/s/1BtpQ_Ve6TGa6r5An3Es2KQ

List of Books

You can find all the books listed below in book folder of this repo:


      Github 上传文件超过100M时报“this exceeds GitHub’s file size limit of 100 MB”错误的解决方法:

      安装git-lfs:

      操作步骤:

      ➜  book git:(master) ✗ find . -type f -size +100M

      ./Docker 容器与容器云(第2版).pdf

      ./Kubernetes权威指南:从Docker到Kubernetes实践全接触(第2版).pdf

      1. git lfs install

      2. cp git-lfs /usr/bin/

      3. chmod +x /usr/bin/git-lfs

      4. cd Free-Docker-Books/

      5. git lfs track "*.pdf"

      6. git add .gitattributes

      7. git add *.pdf

      8. git commit -am "First commit"

      9. git push origin master

      如果之前有用lfs使用,之后添加文件push时一直报错 this exceeds GitHub's file size limit of 100.00 MB,需要清除之前的lfs提交纪录,然后再提交就ok了。详情如下:

      https://github.com/rtyley/bfg-repo-cleaner/releases/tag/v1.12.5

      bfg-1.12.5.jar下载链接:

      https://jar-download.com/cache_jars/com.madgag/bfg/1.12.5/jar_files.zip

      anzhihe 安志合个人博客,版权所有 丨 如未注明,均为原创 丨 转载请注明转自:https://chegva.com/3042.html | ☆★★每天进步一点点,加油!★★☆ | 

      您可能还感兴趣的文章!

      2 评论

      1. fetch: Fetching reference refs/heads/master
        batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
        error: failed to fetch some objects from 'https://github.com/anzhihe/Free-Docker-Books.git/info/lfs'

        Github对于公开的Repo的lfs有带宽要求,现在已经无法下载了,能否把原始pdf文件上传到百度盘呀?谢谢

      发表评论

      电子邮件地址不会被公开。 必填项已用*标注