Skip to content

dockerfile/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python Dockerfile

This repository contains Dockerfile of Python for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull dockerfile/python

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/python" github.com/dockerfile/python)

Usage

docker run -it --rm dockerfile/python

Run python

docker run -it --rm dockerfile/python python

About

Python Dockerfile for trusted automated Docker builds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages