Amazing programs/scripts/automations/services to have fun with Docker and Docker-Compose. This is a playground to try cool stuff with Docker functionalities.
Some of my Docker projects with multiple tools and technologies.
This repository covers a general understanding of Docker DevOps practices from development to production.
This repository covers the theory and basic concepts of Docker applications, good practices and some cool examples.
If you want to explore more advanced Docker concepts, or have any question related to this repo, feel free to email me and I will be happy to
answer you with my best try.
The information of this repository is based on many online tutorials, so feel free to use it as a guide for your future projects!.
The dependencies are explained in detail for each project, but the most important one is Docker (regardless your operating system).
My advice is to primary understand the way Docker works with basic tutorials, and then try to develop amazing project ideas integrating Docker tools!.
Visual Studio Code
Visual Studio Code is my main code editor for high-level programming. This is not absolutely necessary, but from my experience, it gives us a great performance and we can link it with Git and GitHub easily.
Python
Python is an amazing dynamic programming language that let us work fast, with easy and powerful integration of different software solutions.
NodeJs
NodeJs is a JavaScript runtime built on Chrome’s V8 JavaScript engine programming language. The community is amazing and lets us handle async functionalities in elegant ways.
Flask
Flask is an amazing minimalistic micro web framework written in Python. It lets us develop simple-medium level applications “one drop at a time”.
Express
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
MySQL
MySQL Database Service is a fully managed database service to deploy cloud-native applications. We will use it via the official MySQL Docker Image.
MongoDB
MongoDB is a general purpose, document-based, distributed database built for modern application developers. We will use it via de official MongoDB Docker Image.
All projects are really well commented and most of them have specifications and remarks for their purpose and I/O.
I will be uploading most of the files, and try to keep it as clean as possible.