Skip to content

A base image with Python27 used for images building FFMPEG or OpenCV

License

Notifications You must be signed in to change notification settings

ampervue/docker-python27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-python27

A Docker image running Ubuntu:trusty with Python 2.7, used as based for

To Build

docker build -t <imageName> .

To pull and run from hub.docker.com

Docker Hub: https://registry.hub.docker.com/u/dkarchmervue/python27

Source and example: https://github.com/ampervue/docker-python27

docker pull dkarchmervue/python27
docker run --rm -ti dkarchmervue/python27 python --version
docker run --rm -ti -v ${PWD}:/work dkarchmervue/python27 python your-python-script.py
docker run --rm -ti dkarchmervue/python27 bash

Python 3.4

For Python 3.4, use https://github.com/ampervue/docker-python34

About

A base image with Python27 used for images building FFMPEG or OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published