Skip to content

bloom-works/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-python

A ready to use Docker image with Python tools installed. Use this in the FROM field for your own applications.

Published to Docker Hub at bloomworksdigital/python.

Build instructions

Assumes Docker is installed.

  1. In your terminal, navigate to the base of this directory.
  2. Build the image, filling in the relevant tag: docker build -t bloomworksdigital/python:<python version> .

Publishing

  1. docker tag bloomworksdigital/python:<version> bloomworksdigital/python:<version>
  2. docker push bloomworksdigital/python:<version>

docker tag local-image:tagname new-repo:tagname docker push new-repo:tagname

About

A ready to use Docker image with Python tools installed

Resources

License

Stars

Watchers

Forks

Packages

No packages published