Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 502 Bytes

File metadata and controls

20 lines (12 loc) · 502 Bytes

<< Go back

https://hub.docker.com/r/rboonzaijer/python/tags

Docker image: python

Contents

  • python

Show versions

docker run --rm rboonzaijer/python:3-alpine sh -c 'cat /etc/alpine-release && python --version && pip --version'

docker run --rm rboonzaijer/python:3-slim bash -c 'cat /etc/debian_version && python --version && pip --version'