An open API service indexing awesome lists of open source software.

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.

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.