All Projects → fhsinchy → The Docker Handbook

fhsinchy / The Docker Handbook

Licence: gpl-3.0
Open-source book on Docker

Projects that are alternatives of or similar to The Docker Handbook

express-redis-docker
A Node/Express app with Redis through Docker Compose
Stars: ✭ 56 (-78.21%)
Mutual labels:  docker-compose
snk.dev-assistant
Assistant for code development with advanced machine learning features
Stars: ✭ 14 (-94.55%)
Mutual labels:  docker-compose
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-95.33%)
Mutual labels:  docker-compose
event-driven-microservices
No description or website provided.
Stars: ✭ 15 (-94.16%)
Mutual labels:  docker-compose
kafka-spark-streaming-zeppelin-docker
One click deploy docker-compose with Kafka, Spark Streaming, Zeppelin UI and Monitoring (Grafana + Kafka Manager)
Stars: ✭ 82 (-68.09%)
Mutual labels:  docker-compose
action
A GitHub Action that deploys live environments for your pull requests and branches
Stars: ✭ 63 (-75.49%)
Mutual labels:  docker-compose
django-boilerplate
(An opinionated) Django boilerplate to run your project on Docker Compose (Redis, Rabbitmq, base/dev/prod settings ..etc) 🌟 Give it a star if you like it.
Stars: ✭ 35 (-86.38%)
Mutual labels:  docker-compose
docker-hackmd
DEPRECATION: Please read our online documentation instead
Stars: ✭ 272 (+5.84%)
Mutual labels:  docker-compose
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (-72.76%)
Mutual labels:  docker-compose
docker-haproxy-certbot
Dockerized HAProxy with Let's Encrypt certificates automatic renewal
Stars: ✭ 28 (-89.11%)
Mutual labels:  docker-compose
angular-forum
Forum application built with Angular
Stars: ✭ 52 (-79.77%)
Mutual labels:  docker-compose
compose-mediawiki-ubuntu
Containerized Mediawiki install based on Ubuntu
Stars: ✭ 42 (-83.66%)
Mutual labels:  docker-compose
devops-essentials
DevOps Essentials | terraform | kubernetes | linux | nginx | monitoring | docker | docker-compose
Stars: ✭ 159 (-38.13%)
Mutual labels:  docker-compose
hakase-labs
Learn and Share..
Stars: ✭ 24 (-90.66%)
Mutual labels:  docker-compose
traefik-letsencrypt-compose
Basic Traefik configuration which includes automatic Let’s Encrypt certificate management and password protected dashboard
Stars: ✭ 38 (-85.21%)
Mutual labels:  docker-compose
exo
A process manager & log viewer for dev
Stars: ✭ 296 (+15.18%)
Mutual labels:  docker-compose
react-hooks-uikit-express-oauth-boiler-v2
A React/TypeScript fullstack boilerplate utilizing React hooks, using Express as backend, UIKit for frontend, MongoDB for storage & open-authenticator for OAuth.
Stars: ✭ 110 (-57.2%)
Mutual labels:  docker-compose
docker-compose-maven-plugin
Run docker-compose with Maven
Stars: ✭ 68 (-73.54%)
Mutual labels:  docker-compose
SENT-template
Skip setup and start code with SENT (Sapper Express Node Template) and other tools
Stars: ✭ 69 (-73.15%)
Mutual labels:  docker-compose
video-tutorial-docker
Learn with me and get more knowledge about Docker and Docker Swarm environments.
Stars: ✭ 29 (-88.72%)
Mutual labels:  docker-compose

The Docker Handbook

The concept of containerization itself is pretty old, but the emergence of the Docker Engine in 2013 has made it much easier to containerize your applications.

According to the Stack Overflow Developer Survey - 2020, Docker is the #1 most wanted platform, #2 most loved platform, and also the #3 most popular platform.

As 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:

  • Containerize (almost) any application
  • Upload custom Docker Images to online registries
  • Work with multiple containers using Docker Compose

Prerequisites

  • Familiarity with the Linux Terminal
  • Familiarity with JavaScript (some later projects use JavaScript)

Project Code

Code for the example projects can be found in the following repository:

{% embed url="https://github.com/fhsinchy/docker-handbook-projects/" caption="spare a ⭐ to keep me motivated" %}

You can find the complete code in the containerized branch.

Contributions

This article is completely open-source and quality contributions are more than welcomed. You can find the full content in the following repository:

{% embed url="https://github.com/fhsinchy/the-docker-handbook" caption="spare a ⭐ to keep me motivated" %}

I usually do my changes and updates on the GitBook 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:

{% embed url="https://docker.farhan.info/" caption="don't forget to leave ratings" %}

If you're looking for the complete and stable version of the article then freeCodeCamp will be the best place to go:

{% embed url="https://www.freecodecamp.org/news/the-docker-handbook/" caption="sharing with others may help" %}

Which ever version of the article you end up reading though, don't forget to let me know your opinion. Constructive criticism is always welcomed.

Awesome Contributors

I am listing the names of the amazing people who have contributed to this small project in alphabetical order.

  • Andrea Trogolo - fixed several grammatical mistakes and inconsistencies in code examples.
  • David A. Carley - fixed spelling mistakes in some of the svg files.
  • Emilano Vazquez - fixed inconsistencies in code explanations.
  • Steven Cook - fixed mistakes and added new sub-sections with better explanations for some of the topics.

Thanks 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].