https://github.com/leewr9/learning-docker
Learning Docker and Docker Compose with examples and configurations.
https://github.com/leewr9/learning-docker
docker docker-compose learning
Last synced: over 1 year ago
JSON representation
Learning Docker and Docker Compose with examples and configurations.
- Host: GitHub
- URL: https://github.com/leewr9/learning-docker
- Owner: leewr9
- License: mit
- Created: 2025-02-21T04:37:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-28T01:35:11.000Z (over 1 year ago)
- Last Synced: 2025-02-28T09:41:46.279Z (over 1 year ago)
- Topics: docker, docker-compose, learning
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Docker
This repository is dedicated to learning and practicing Docker and Docker Compose. It contains various development environments and services organized into separate folders, each with Docker Compose configurations, example code, and usage instructions.
## Usage
1. **Clone the repository:**
```bash
git clone
cd learning-docker
```
2. **Navigate to the desired folder:**
```bash
cd
```
3. **Start the Docker environment:**
```bash
docker-compose up -d
```
4. **Stop the Docker environment:**
```bash
docker-compose down
```
## License
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.