cucker/python

By cucker

Updated almost 2 years ago

python environment

Image
0

36

python

What's this

A python environment with some modules. Usually used as a base image.

Supported tags and respective Dockerfile links

How to use this image

  • As a base image

    FROM cucker/python:python_docker_1.0
    ...
    
  • Run a container

    docker run -it --rm cucker/python:python_docker_1.0 sh
    

Docker Pull Command

docker pull cucker/python