This is my repository where I will put my database connections using Docker.
Follow these instructions to set up and run the database connections using Docker.
- Docker installed on your machine
- Basic knowledge of Docker and databases
- Clone the repository:
git clone /~https://github.com/jessilver/Docker-DataBases.git
- Navigate to the project directory:
cd [the database that you want]
- Build and run the Docker containers:
docker-compose up --build
- Stop the Docker containers:
docker-compose down
- Start the Docker containers:
docker-compose start [service_name]
- Remove the Docker containers:
docker-compose rm [service_name]
To connect to the database, use the following credentials:
Feel free to submit issues or pull requests if you find any bugs or have suggestions for improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all the contributors and open-source projects that made this possible.
- Special thanks to me for start this :D.
Happy coding!