Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

<< 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'