https://github.com/takumakanari/python-docker
Base docker image to run python2.x on centos6
https://github.com/takumakanari/python-docker
Last synced: 3 months ago
JSON representation
Base docker image to run python2.x on centos6
- Host: GitHub
- URL: https://github.com/takumakanari/python-docker
- Owner: takumakanari
- License: mit
- Created: 2014-12-28T02:09:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-31T02:42:51.000Z (over 10 years ago)
- Last Synced: 2025-01-10T01:30:17.708Z (5 months ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### python-docker
Base docker image to run python2.x on centos6
### Usage
To create the image `takumakanari/python-docker`, execute the following command on the python-docker directory:
docker build -t takumakanari/python-docker 2.7/
Then run the image and execute python:
docker run takumakanari/python-docker python -c "print 'hello, world'"
### Tools for python
The following modules are installed alrady:
1. pip
2. easy_install