On two of the main desktop computing platforms, macOS and Windows, package and dependency management is hard. Package managers either don't handle dependency management very well, or they have issues with removing unused dependencies. Many BSD or GNU/Linux distributions have solved package management a long time ago. dockrun uses Alpine GNU/Linux along with Docker to simplify package management for all platforms.
Just "dockrun command" and go!
dockrun is not a new package manager, rather it provides a tiny abstraction upon Docker and Alpine in order to create a "get running quickly"-interface for running command line applications. This means that dockrun uses proven technologies with an already enourmous collection of packages at its disposal.
Just "dockrm command" and remove all files and dependencies for said command. Does not clutter your OS file system.
Works on all platforms supported by Docker.