Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 371 Bytes

File metadata and controls

15 lines (13 loc) · 371 Bytes

Python Flask Project for Helm K8s

To Build and run the docker image

docker build --tag flask-mine .
docker run -p 9001:9001 flask-mine

To push and pull the docker image

docker login
docker tag flask-mine avian19/python-flask-application:latest
docker push avian19/python-flask-application:latest
docker pull avian19/python-flask-application:latest