Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 984 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 984 Bytes

docker-python

Introduction

This repo contains necesary files to build docker image for Python.

Things that will be installed:

How to build

  • clone this repo
git clone https://github.com/volantis-technology/docker-python.git && cd docker-python
  • build the image
docker build . -t python
  • check by running the image
docker run -it --rm python

Maintainer

Akrom Khasani

akrom (at) volantis (dot) io