Command alias for docker app simple run once.
dkapp xxx/yyy zzz
is the same as
docker run --rm -it -v $(pwd):/mount xxx/yyy /mount/zzz
.
The image must have an entry point.
Download a file by following commands.
bitsadmin.exe /TRANSFER fileget https://raw.githubusercontent.com/kazaoki/dkapp/master/dkapp.cmd %CD%/dkapp.cmd
Then, move the file to PATH directory.
Download a file by following commands.
sudo curl -o /usr/local/bin/dkapp https://raw.githubusercontent.com/kazaoki/dkapp/master/dkapp
sudo chmod 0777 /usr/local/bin/dkapp
MIT