Skip to content

kschwab/dockerw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Dockerw

From Source

From root of repo

python3 -m pip install .

From GitHub

To install latest version from GitHub

python3 -m pip install git+https://github.com/kschwab/dockerw@main

To install specific version from GitHub

python3 -m pip install git+https://github.com/kschwab/dockerw@<VERSION>

Script Only

To install latest version of script

wget -nv https://raw.githubusercontent.com/kschwab/dockerw/main/dockerw/dockerw.py -O dockerw && chmod a+x dockerw

To install specific version of script

wget -nv https://raw.githubusercontent.com/kschwab/dockerw/<VERSION>/dockerw/dockerw.py -O dockerw && chmod a+x dockerw

Uninstalling Dockerw

python3 -m pip uninstall dockerw -y

About

Docker run wrapper script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages