Skip to content

shvedas/docker-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Examples 🐳

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.

Examples

Databases

Name Description
Redis
PostgreSQL

Python

Name Description
jupyter Jupyter notebook allows you create live code python scripts, statistical model, data visualization

Getting started

Prerequisites

  • Make sure that you have Docker and Docker Compose installed
  • Download some or all of the samples from this repository.

Running a sample

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published