Skip to content

Latest commit

 

History

History

python36-centos7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Python

Pre installed packages:

  • CentOS 7 base image
  • Python 3.6.6
  • pip 18

How to Build

docker build -f Dockerfile . -t python:latest

How to Run

docker run -it --rm python:latest

RTFM