flyingwhale
flyingwhale copied to clipboard
This makes a container as a command line tool from many package management systems. (Apache License)
``` docker run -it --rm -e HOME=$HOME -v $HOME:$HOME -v `pwd`:`pwd` container command ``` Some tools need home directory (ex, nuget) .
``` docker run -it --rm --workdir=`pwd` -v `pwd`:`pwd` container $* ```
This is a neat tool! It would be great if support could be added for python's "pip" package manager as well.
パッケージのクリーンアップができるように なくなってしまっているイメージのコマンドの削除とか
パッケージのリストを表示する