flyingwhale icon indicating copy to clipboard operation
flyingwhale copied to clipboard

This makes a container as a command line tool from many package management systems. (Apache License)

Results 10 flyingwhale issues
Sort by recently updated
recently updated
newest added

``` 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.

enhancement

パッケージのクリーンアップができるように なくなってしまっているイメージのコマンドの削除とか

パッケージのリストを表示する