Skip to content

TomaszNowacki89/docker_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is the small project that uses the data from the database and creates the plot in a website.

This repository is a hands-on exercise to learn Docker by containerizing a small web app that reads data from a database and displays a plot.

Quick start:
- Build the image:
    ```
    docker build -t simple-analysis-web .
    ```
- Run the container:
    ```
    docker run --rm -p 8000:8000 simple-analysis-web
    ```
- Open http://localhost:8000 to view the plot.

Adjust the database connection and ports in the project config as needed for your environment.

About

repo for docker training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published