Search Docker Hub
flask-example-app
By han0495
Python Flask APP for Kubernetes Hands-on Lab
387
latest
v1
v2
FROM python:3.8.5-alpine3.12 WORKDIR /usr/src/app COPY . . RUN pip install --no-cache-dir -r requirements.txt CMD [ "python", "./main.py" ]
Content type
Image
Digest
Size
19.4 MB
Last updated
about 6 years ago
docker pull han0495/flask-example-app