Some docker utilities for software developers.
git clone https://github.com/mk-pmb/docker-devel-util-pmb /tmp/d && sudo -E /tmp/d/install_globally.sh
- Use Ubuntu focal or later.
- 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/
.
- The install script will move the repo directory to
- Clone this directory:
git clone https://github.com/mk-pmb/docker-devel-util-pmb
- 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. - Optionally, read the source of the script that you'll be using in the next step.
sudo -E /path/to/docker-devel-util-pmb/install_globally.sh
- Needs more/better tests and docs.
GPL-3.0-or-later