{"id":13599420,"url":"https://github.com/fhsinchy/the-docker-handbook","last_synced_at":"2025-05-15T02:05:40.730Z","repository":{"id":40558597,"uuid":"297704798","full_name":"fhsinchy/the-docker-handbook","owner":"fhsinchy","description":"An open-source full-length book on Docker","archived":false,"fork":false,"pushed_at":"2025-02-07T13:42:02.000Z","size":2958,"stargazers_count":838,"open_issues_count":3,"forks_count":122,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-13T23:54:16.651Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"https://docker-handbook.farhan.dev/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fhsinchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":{"custom":"buymeacoffee.com/farhanhasin"}},"created_at":"2020-09-22T16:16:23.000Z","updated_at":"2025-04-09T09:54:37.000Z","dependencies_parsed_at":"2022-07-08T15:33:46.191Z","dependency_job_id":"d69c1705-c534-4dcb-9f5d-c5e78fce6ed7","html_url":"https://github.com/fhsinchy/the-docker-handbook","commit_stats":{"total_commits":239,"total_committers":11,"mean_commits":"21.727272727272727","dds":"0.12970711297071125","last_synced_commit":"bbb3a4d2bd99accb57870407695ecfbdfabf505d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Fthe-docker-handbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Fthe-docker-handbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Fthe-docker-handbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Fthe-docker-handbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhsinchy","download_url":"https://codeload.github.com/fhsinchy/the-docker-handbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259369,"owners_count":22040819,"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-compose"],"created_at":"2024-08-01T17:01:03.862Z","updated_at":"2025-05-15T02:05:40.665Z","avatar_url":"https://github.com/fhsinchy.png","language":null,"funding_links":["buymeacoffee.com/farhanhasin"],"categories":["Others","Awesome Lists \u0026 Resource Collections"],"sub_categories":["🚀 How to contribute"],"readme":"# The Docker Handbook\n\n![](docker-handbook-preview.png)\n\nThe concept of containerization itself is pretty old, but the emergence of the [Docker Engine](https://docs.docker.com/get-started/overview/#docker-engine) in 2013 has made it much easier to containerize your applications.\n\nAccording to the [Stack Overflow Developer Survey - 2020](https://insights.stackoverflow.com/survey/2020#overview), [Docker](https://docker.com/) is the [\\#1 most wanted platform](https://insights.stackoverflow.com/survey/2020#technology-most-loved-dreaded-and-wanted-platforms-wanted5), [\\#2 most loved platform](https://insights.stackoverflow.com/survey/2020#technology-most-loved-dreaded-and-wanted-platforms-loved5), and also the [\\#3 most popular platform](https://insights.stackoverflow.com/survey/2020#technology-platforms).\n\nAs in-demand as it may be, getting started can seem a bit intimidating at first. So in this article, we'll be learning everything from basic to intermediate level of containerization. After going through the entire article, you should be able to:\n\n* Containerize \\(almost\\) any application\n* Upload custom Docker Images to online registries\n* Work with multiple containers using Docker Compose\n\n## Prerequisites\n\n* Familiarity with the Linux Terminal\n* Familiarity with JavaScript \\(some later projects use JavaScript\\)\n\n## Project Code\n\nCode for the example projects can be found in the following repository:\n\n[https://github.com/fhsinchy/docker-handbook-projects/](https://github.com/fhsinchy/docker-handbook-projects/)\n\nYou can find the complete code in the [completed](https://github.com/fhsinchy/docker-handbook-projects/tree/completed) branch.\n\n## Contributions\n\nThis article is completely open-source and quality contributions are more than welcomed. You can find the full content in the following repository:\n\n[https://github.com/fhsinchy/the-docker-handbook](https://github.com/fhsinchy/the-docker-handbook)\n\nI usually do my changes and updates on the GitHub version of the article first and then publish them on freeCodeCamp. You can find the always updated and often incomplete version of the article in the following link:\n\n[https://docker-handbook.farhan.dev/](https://docker-handbook.farhan.dev/)\n\nIf you're looking for the complete and stable version of the article then freeCodeCamp will be the best place to go:\n\n[https://www.freecodecamp.org/news/the-docker-handbook/](https://www.freecodecamp.org/news/the-docker-handbook/)\n\nWhich ever version of the article you end up reading though, don't forget to let me know your opinion. Constructive criticism is always welcomed.\n\n## Awesome Contributors\n\nI am listing the names of the amazing people who have contributed to this small project in alphabetical order.\n\n* [Andrea Trogolo](https://github.com/ATrogolo) - fixed several grammatical mistakes and inconsistencies in code examples.\n* [Arsen Melikyan](https://github.com/bugron) - fixed typos and inconsistencies in multiple images and sections.\n* [David A. Carley](https://github.com/dacarley) - fixed spelling mistakes in some of the `svg` files.\n* [Emilano Vazquez](https://github.com/gamba47) - fixed inconsistencies in code explanations.\n* [Steven Cook](https://github.com/Dez-BlueRose) - fixed mistakes and added new sub-sections with better explanations for some of the topics.\n\nThanks a lot to all of you, I appreciate the effort you guys have put in improving this project. Hoping to collaborate in the future also.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhsinchy%2Fthe-docker-handbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhsinchy%2Fthe-docker-handbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhsinchy%2Fthe-docker-handbook/lists"}