Sign inSign up

crux/python

By crux

Updated about 7 years ago

CRUX Linux Docker Image for Python

Image
0

2.2K

crux/python repository overview

CRUX Python Image

A Docker image based on crux for developing and running Python Apps.

Features:

  • python
  • setuptools
  • pip
  • git
  • mercurial

Ready to run your Python apps!

Usage

Python Interpreter:

docker run -i -t crux/python

As a Base Image:

A onbuild tag is provided that uses ONBUILD triggers which you can use as a base image for a standard python application. This assumes your source tree has two top-level source files:

  • requirements.txt
  • setup.py

Example Dockerfile:

FROM crux/python:onbuild

CMD ["myapp"]

Tag summary

Content type

Image

Digest

sha256:216c2f1a3

Size

193.2 MB

Last updated

about 7 years ago

docker pull crux/python