Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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