-
Notifications
You must be signed in to change notification settings - Fork 0
TomaszNowacki89/docker_training
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published