Docker is an open-source platform that allows developers to build, deploy, and manage applications in lightweight containers. These containers package an application along with its dependencies, enabling it to run consistently across different environments. I use docker to spin up various servers including postgreSQL database (including pgAdmin), MS SQL Server databases, Apache Airflow, Couchbase and MongoDB.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is simply a list of various docker images that I run for my personal training and use.
- First install docker.
- Then create a folder for your server (postgresql or airflow for example).
- Copy the yaml file to that folder.
- Rename the file to docker-compose.yaml.
- Within that folder, create any folders needed to persist data - expecially for database servers.
- within that folder from the command line 'docker compose up -d'
- Feature 1
- Feature 2
- Feature 3
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the project_license. See LICENSE.txt for more information.
Joseph P. Merten - kc8son@yahoo.com - LinkedIn
Project Link: https://github.com/kc8son/docker
- othneildrew - for a great and complete README.md example. Thanks so much!



