https://github.com/LudwingArandiaa/python-flask
A simple docker practice using Flask
https://github.com/LudwingArandiaa/python-flask
docker docker-compose docker-image dockerfile flask hello-world python
Last synced: about 1 year ago
JSON representation
A simple docker practice using Flask
- Host: GitHub
- URL: https://github.com/LudwingArandiaa/python-flask
- Owner: LudwingArandiaa
- License: mit
- Created: 2025-05-16T03:14:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T04:03:23.000Z (about 1 year ago)
- Last Synced: 2025-06-02T14:18:25.266Z (about 1 year ago)
- Topics: docker, docker-compose, docker-image, dockerfile, flask, hello-world, python
- Language: CSS
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Flask Docker Example
A basic Flask web application containerized with Docker for learning purposes. This project demonstrates how to:
- Dockerize a Flask application
- Create a `Dockerfile`
- Configure `docker-compose.yml`
- Use `.dockerignore`
## Prerequisites
- Docker installed ([Installation guide](https://docs.docker.com/get-docker/))
- Docker Compose (usually comes with Docker Desktop)
## Getting Started
### 1. Clone the repository
```sh
git clone git@github.com:LudwingArandiaa/python-flask.git
cd docker-image
```
### 2. Build and run with Docker Compose
```sh
docker-compose up --build
```