Sign inSign up

bananabb/python

By bananabb

Updated over 2 years ago

Add packages manager and common tools to python environment

Image
0

484

bananabb/python repository overview

python

This repository contains Dockerfile of Python in ubuntu

Getting Started

These instructions will get you to build Python and packages manager in your docker. See Installation for notes on how to build your python on a live system.

Installation
  1. Install Docker.
  2. Download the sources from public Docker Hub or run Usage tag provided.
  3. Default working directory located in /var/www/html, you can setup specifically
  4. Use command pip3 install {library} to install you expected package or library
Usage
docker pull bananabb/python:latest
docker run -itd --name python -v {your directory}:/var/www/html -p 8080:80 bananabb/python
docker exec -it python /bin/bash
python3 -V

Now you can enjoy your coding in your container.

License

MIT © BananaBb

Tag summary

Content type

Image

Digest

sha256:40a31fea3

Size

320.8 MB

Last updated

over 2 years ago

docker pull bananabb/python