Sign inSign up

aafrey/uber-python

By aafrey

Updated over 9 years ago

Usage: docker -it --rm aafrey/uber-python:arm

Image
0

161

aafrey/uber-python repository overview

This is a static Python 2.7.5 interpreter built on a scratch Docker image. It has a few included Python libraries to get it up an running but requires no other dependencies.

docker run -it --rm aafrey/uber-python:arm

>>>1 + 1
2
>>>x = [1, 2, 3]
>>>for y in x:
...    print y
...
1
2
3
>>>

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

over 9 years ago

docker pull aafrey/uber-python:arm