Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.2 KB

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