Bits for building a Python3 based Docker Image with Flask and the Python Kubernetes library
Build the image locally
$ pipenv update
$ docker-compose build
Push the image to a repository
$ docker login
$ docker tag python3-tkev:0.1 jmsearcy/python3-tkev:0.1
$ docker push jmsearcy/python3-tkev:0.1
Content type
Image
Digest
Size
139.8 MB
Last updated
over 5 years ago
docker pull jmsearcy/python3-tkev