Skip to content

Repository files navigation


Logo

Docker config files

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This is simply a list of various docker images that I run for my personal training and use.

(back to top)

Built With

  • Docker
  • VSCode
  • Airflow
  • postgreSQL

(back to top)

Getting Started

  • 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'

(back to top)

Usage

(back to top)

Roadmap

  • Feature 1
  • Feature 2
  • Feature 3
    • Nested Feature

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under the project_license. See LICENSE.txt for more information.

(back to top)

Contact

Joseph P. Merten - kc8son@yahoo.com - LinkedIn

Project Link: https://github.com/kc8son/docker

(back to top)

Acknowledgments

  • othneildrew - for a great and complete README.md example. Thanks so much!

(back to top)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors