{"id":19035252,"url":"https://github.com/omkarcloud/docker-book","last_synced_at":"2025-09-07T00:31:52.158Z","repository":{"id":173910156,"uuid":"651445119","full_name":"omkarcloud/docker-book","owner":"omkarcloud","description":"🚀 A Great Book to learn Docker 🔥","archived":false,"fork":false,"pushed_at":"2024-03-05T08:17:26.000Z","size":343,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-30T03:44:30.257Z","etag":null,"topics":["docker","docker-book","docker-container","docker-guide","docker-image","docker-tutorial","docker-tutorial-devops","learn-docker"],"latest_commit_sha":null,"homepage":"https://www.omkar.cloud/docker/","language":"JavaScript","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/omkarcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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},"funding":{"github":["Chetan11-Dev"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-06-09T08:51:59.000Z","updated_at":"2024-11-25T17:24:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1743a7e-4dff-4afd-9b9a-c8f75a8c7165","html_url":"https://github.com/omkarcloud/docker-book","commit_stats":null,"previous_names":["omkarcloud/docker-book"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fdocker-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fdocker-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fdocker-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omkarcloud%2Fdocker-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omkarcloud","download_url":"https://codeload.github.com/omkarcloud/docker-book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232155271,"owners_count":18480387,"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-book","docker-container","docker-guide","docker-image","docker-tutorial","docker-tutorial-devops","learn-docker"],"created_at":"2024-11-08T21:49:46.925Z","updated_at":"2025-01-02T05:21:38.314Z","avatar_url":"https://github.com/omkarcloud.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.omkar.cloud/images/favicon/prod/favicon-256x256.png\" alt=\"omkar\" /\u003e\n\u003c/p\u003e\n  \u003cdiv align=\"center\" style=\"margin-top: 0;\"\u003e\n  \u003ch1\u003e✨ Docker Book ✨\u003c/h1\u003e\n\u003c/div\u003e\n\u003cem\u003e\n  \u003ch5 align=\"center\"\u003e(Programming Language - Python 3)\u003c/h5\u003e\n\u003c/em\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg alt=\"docker-book forks\" src=\"https://img.shields.io/github/forks/omkarcloud/docker-book?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg alt=\"Repo stars\" src=\"https://img.shields.io/github/stars/omkarcloud/docker-book?style=for-the-badge\u0026color=yellow\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg alt=\"docker-book License\" src=\"https://img.shields.io/github/license/omkarcloud/docker-book?color=orange\u0026style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/omkarcloud/docker-book/issues\"\u003e\n    \u003cimg alt=\"issues\" src=\"https://img.shields.io/github/issues/omkarcloud/docker-book?color=purple\u0026style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://views.whatilearened.today/views/github/omkarcloud/docker-book.svg\" width=\"80px\" height=\"28px\" alt=\"View\" /\u003e\n\u003c/p\u003e\n\n---\n\n\n## About this book\n\nHi there! I'm Chetan Jain. Pleased to make your acquaintance. We'll be spending some time together, as I'm supposed to teach you a tad bit about In this Crash Course on Docker I will teach you just as you can comfortably use it for Development purposes while keeping your sanity. \n\nBut enough about me, what about you? I'm hoping that you're at least a bit familiar with basic Programming and Linux/Unix skills and familiar with the command line.\n\nThis book focuses on Docker, one of the most popular containerization platforms used in the software industry. Docker allows developers to package applications and their dependencies into portable containers, making it easier to deploy and run applications across different environments. I believe Docker is an essential skill to learn for today's developers for the following reasons\n\n * **Simplified Deployment**\n\n    Docker allows you to package an application along with its dependencies into a standardized container, making it easy to deploy and run consistently across different environments. This simplifies the deployment process and reduces the chances of compatibility issues.\n\n * **Scalability and Portability**\n\n    Docker enables efficient scaling of applications by allowing you to spin up multiple instances of containers on demand. It also provides portability, allowing you to run containers on any platform that supports Docker, regardless of the underlying infrastructure.\n\n * **Isolation and Resource Efficiency**\n    Docker provides a high level of isolation between containers, ensuring that applications run independently without interfering with each other. It also optimizes resource utilization by allowing you to run multiple containers on a single host, making efficient use of system resources\n\n## Read it Online\n\nFor a best reading experience, read it online at [https://www.omkar.cloud/docker/](https://www.omkar.cloud/docker/).\n","funding_links":["https://github.com/sponsors/Chetan11-Dev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarcloud%2Fdocker-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomkarcloud%2Fdocker-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkarcloud%2Fdocker-book/lists"}