This is a repository of simple Docker examples and manage their deployment with Docker Compose. These samples use in local development environments such as project setups and learning, must not be deployed in production environments.
Name | Description |
---|---|
Redis | |
PostgreSQL |
Name | Description |
---|---|
jupyter | Jupyter notebook allows you create live code python scripts, statistical model, data visualization |
- Make sure that you have Docker and Docker Compose installed
- Download some or all of the samples from this repository.
The root directory of each sample contains the docker-compose.yaml
which
describes the configuration of service components. All samples can be run by executing:
docker-compose up -d
Check the README.md
of each sample to get more details on the structure.
To stop and remove all containers of the sample application run:
docker-compose down