Sign inSign up

andahme/python

By andahme

Updated almost 6 years ago

Python - Base & REPL Images

Image
1

791

andahme/python repository overview

Available Tags (tags/manifests support amd64 and armv7)
  • repl, latest
  • base

Quick Start

Python REPL
docker run -it --rm \
  andahme/python
Bash Shell w/Mounted Workspace
docker run -it --rm \
  --volume ${PWD}:/workspace \
  andahme/python \
  bash

Notes

Feature(s)
  • Python
  • C/C++ compilation
  • Contains a python user
  • Working directory /workspace
Use Case(s)
  • Python REPL/Shell
    • Create volumes for caches
  • Base image for Application
    • Do not declare a volume, python libs should be installed into a new layer
    • Be sure to run pip install --system --no-cache
  • Developer/REPL image
    • Declare volume(s)
      • Python/Pip cache
      • Python Global Library

Tag summary

Content type

Image

Digest

Size

137.3 MB

Last updated

almost 6 years ago

docker pull andahme/python