Usage: docker -it --rm aafrey/uber-python:arm
161
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
>>>
Content type
Image
Digest
Size
2.9 MB
Last updated
over 9 years ago
docker pull aafrey/uber-python:arm