{"id":16788031,"url":"https://github.com/bobbyiliev/introduction-to-docker-ebook","last_synced_at":"2025-04-08T13:11:43.966Z","repository":{"id":41210604,"uuid":"421131639","full_name":"bobbyiliev/introduction-to-docker-ebook","owner":"bobbyiliev","description":"Free Introduction to Docker eBook","archived":false,"fork":false,"pushed_at":"2024-10-10T13:03:46.000Z","size":5177,"stargazers_count":336,"open_issues_count":2,"forks_count":76,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-10-14T08:16:37.864Z","etag":null,"topics":["docker","docker-course","docker-ebook","hacktoberfest","introduction-to-docker"],"latest_commit_sha":null,"homepage":"https://docker.bobby.sh","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbyiliev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["bobbyiliev"]}},"created_at":"2021-10-25T18:01:03.000Z","updated_at":"2024-10-14T08:05:41.000Z","dependencies_parsed_at":"2024-09-08T21:03:21.237Z","dependency_job_id":"92b14119-8ac9-4ab4-831d-468ccd801432","html_url":"https://github.com/bobbyiliev/introduction-to-docker-ebook","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-docker-ebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-docker-ebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-docker-ebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbyiliev%2Fintroduction-to-docker-ebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbyiliev","download_url":"https://codeload.github.com/bobbyiliev/introduction-to-docker-ebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847611,"owners_count":21006100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-course","docker-ebook","hacktoberfest","introduction-to-docker"],"created_at":"2024-10-13T08:16:39.045Z","updated_at":"2025-04-08T13:11:43.948Z","avatar_url":"https://github.com/bobbyiliev.png","language":"HTML","funding_links":["https://github.com/sponsors/bobbyiliev","https://www.buymeacoffee.com/bobbyiliev"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/bobbyiliev/introduction-to-docker-ebook/raw/main/ebook/en/assets/banner.png\" height=\"450\" width=\"auto\"\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n\t    \u003ca name=\"stars\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/bobbyiliev/introduction-to-docker-ebook?style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"forks\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/bobbyiliev/introduction-to-docker-ebook?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"contributions\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/bobbyiliev/introduction-to-docker-ebook?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"madeWith\"\u003e\u003cimg src=\"https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg?style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/bobbyiliev/introduction-to-docker-ebook?style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n## 💡 Introduction to Docker\n\nThis is an open-source introduction to Docker guide that will help you learn the basics of Docker and how to start using containers for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use Docker at some point in your career.\n\nThe guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Docker.\n\n## 🚀 Download\n\nTo download a copy of the ebook use one of the following links:\n\n* [Dark mode](https://github.com/bobbyiliev/introduction-to-docker-ebook/raw/main/ebook/en/export/introduction-to-docker-dark.pdf)\n\n* [Light mode](https://github.com/bobbyiliev/introduction-to-docker-ebook/raw/main/ebook/en/export/introduction-to-docker-light.pdf)\n\n## 📘 Chapters\n\n- [**About the book**](ebook/en/content/000-introduction.md)\n- [**Chapter 1: Introduction to Docker**](ebook/en/content/001-docker.md)\n- [**Chapter 2: Installing Docker**](ebook/en/content/002-installation.md)\n- [**Chapter 3: Working with Docker Containers**](ebook/en/content/003-docker-containers.md)\n- [**Chapter 4: What are Docker Images**](ebook/en/content/004-docker-images.md)\n- [**Chapter 5: What is a Dockerfile**](ebook/en/content/005-dockerfile.md)\n- [**Chapter 6: Docker Networking**](ebook/en/content/006-docker-networking.md)\n- [**Chapter 7: Docker Volumes**](ebook/en/content/007-docker-volumes.md)\n- [**Chapter 8: Docker Compose**](ebook/en/content/008-docker-compose.md)\n- [**Chapter 9: Docker Security Best Practices**](ebook/en/content/009-docker-security.md)\n- [**Chapter 10: Docker in Production: Orchestration with Kubernetes**](ebook/en/content/010-docker-and-kubernetes.md)\n- [**Chapter 11: Docker Performance Optimization**](ebook/en/content/011-docker-performance.md)\n- [**Chapter 12: Docker Troubleshooting and Debugging**](ebook/en/content/012-docker-debugging.md)\n- [**Chapter 13: Advanced Docker Concepts and Features**](ebook/en/content/013-docker-tips.md)\n- [**Chapter 14: Docker in CI/CD Pipelines**](ebook/en/content/014-docker-ci-cd.md)\n- [**Chapter 15: Docker and Microservices Architecture**](ebook/en/content/015-docker-microservices.md)\n- [**Chapter 16: Docker for Data Science and Machine Learning**](ebook/en/content/016-docker-ml.md)\n- [**Conclusion**](ebook/en/content/999-conclusion.md)\n\n## 🌟 Sponsors\n\nThanks to these fantastic companies that made this book possible!\n\n### 📊 Materialize\n\nThe Streaming Database for Real-time Analytics.\n\n[Materialize](https://materialize.com/) is a reactive database that delivers incremental view updates. Materialize helps developers easily build with streaming data using standard SQL.\n\n### 💙 DigitalOcean\n\nDigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale.\n\nIt provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster.\n\nFounded in 2012 with offices in New York and Cambridge, MA, DigitalOcean offers transparent and affordable pricing, an elegant user interface, and one of the largest libraries of open source resources available.\n\nFor more information, please visit [https://www.digitalocean.com](https://www.digitalocean.com) or follow [@digitalocean](https://twitter.com/digitalocean) on Twitter.\n\nIf you are new to DigitalOcean, you can get a free $200 credit and spin up your own servers via this referral link provided below:\n\n[Free $200 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)\n\n### 👩‍💻 DevDojo\n\nThe DevDojo is a resource to learn all things related to web development and web design. Learn while on your lunch break or wake up and enjoy a cup of coffee with us to learn something new.\n\nJoin this developer community, and we can all learn together, build together, and grow together.\n\n[Join DevDojo](https://devdojo.com?ref=bobbyiliev)\n\nFor more information, please visit [https://www.devdojo.com](https://www.devdojo.com?ref=bobbyiliev) or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter.\n\n## 🕸️ Web Page\n\nA web page showcasing the eBook:\n\n[Introduction to Docker](https://docker.bobby.sh)\n\nThe web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!\n\n### DigitalOcean App Platform\n\nThis will be hosted on the [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform/).\n\nWe will utilize the [\"Deploy to DigitalOcean\" Button](https://www.digitalocean.com/docs/app-platform/how-to/add-deploy-do-button) to deploy to the App Platform:\n\n[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/bobbyiliev/introduction-to-docker-ebook/tree/main)\n\n## 📹 Mini Video Course\n\nComing soon\n\n## 👋 About the author\n\nMy name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always keen on doing what I cannot do in order to learn how to do it, and I believe in sharing knowledge.\n\nI think it's essential always to keep professional and surround yourself with good people, work hard, and be nice to everyone. You have to perform at a consistently higher level than others. That's the mark of a true professional.\n\nFor more information, please visit my blog at [https://bobbyiliev.com](https://bobbyiliev.com), follow me on Twitter [@bobbyiliev_](https://twitter.com/bobbyiliev_) and [YouTube](https://www.youtube.com/channel/UCQWmdHTeAO0UvaNqve9udRw).\n\nIn case that you want to support me you can Buy Me a Coffee here:\n\n\u003ca href=\"https://www.buymeacoffee.com/bobbyiliev\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n## 🔥 PDF Generation Tool\n\nThe project uses [Ibis](https://github.com/themsaid/ibis/) developed by [Mohamed Said](https://github.com/themsaid).\n\nIbis is a PHP tool that helps you write eBooks in markdown.\n\n## 🎨 Book Cover\n\nThe cover for this ebook was created with [Canva.com](https://www.canva.com/join/determined-cork-learn).\n\nIf you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go.\n\n## 🔗 Links\n\n- [My blog](https://bobbyiliev.com)\n- [Free $200 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)\n- [Join DevDojo](https://devdojo.com?ref=bobbyiliev)\n- [Ibis](https://github.com/themsaid/ibis/)\n- [Canva](https://www.canva.com/)\n- [Tails](http://devdojo.com/tails)\n\n## 📖 Other eBooks\n\n- [Introduction to SQL](https://github.com/bobbyiliev/introduction-to-sql)\n- [Introduction to Git and GitHub](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook)\n- [Introduction to Bash Scripting](https://github.com/bobbyiliev/introduction-to-bash-scripting)\n- [Introduction to Docker](https://github.com/bobbyiliev/introduction-to-docker-ebook)\n- [Laravel tips and tricks](https://github.com/bobbyiliev/laravel-tips-and-tricks-ebook)\n\n## 🤲 Contributing\n\nIf you are contributing 🍿 please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbyiliev%2Fintroduction-to-docker-ebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbyiliev%2Fintroduction-to-docker-ebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbyiliev%2Fintroduction-to-docker-ebook/lists"}