Skip to content

UB-Heidelberg/docker-devel-util-pmb

 
 

Repository files navigation

docker-devel-util-pmb

Some docker utilities for software developers.

Install instructions

The lazy way

git clone https://github.com/mk-pmb/docker-devel-util-pmb /tmp/d && sudo -E /tmp/d/install_globally.sh

The proper way

  1. Use Ubuntu focal or later.
  2. Choose a temporary directory (not in /usr) for where to clone the repo.
    • The install script will move the repo directory to /usr/local/lib/.
  3. Clone this directory:
    git clone https://github.com/mk-pmb/docker-devel-util-pmb
  4. If you need a specific version, check package.json for the version number. It should be within the first few lines. If it's out of range, you may need to rewind the repo.
  5. Optionally, read the source of the script that you'll be using in the next step.
  6. sudo -E /path/to/docker-devel-util-pmb/install_globally.sh

Known issues

  • Needs more/better tests and docs.

 

License

GPL-3.0-or-later

About

Some docker utilities for software developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.4%
  • sed 2.3%
  • Dockerfile 0.3%