Skip to content

Bijaelo/docker_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Usage guide:

assuming one has git and docker installed the example can be run using

git clone https://github.com/Bijaelo/docker_test.git 
cd docker_test/python_test
docker build -t mydockertest:1.0.0 .
docker run --rm -d --name mydockertest mydockertest:1.0.0

One might want to remove using docker image rm [image] afterwards to save space.

About

installing a python package locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages