List:
docker images -a
Remove:
docker rmi Image Image
| LATEST=$(wget -q -O - http://chromedriver.storage.googleapis.com/LATEST_RELEASE) | |
| wget http://chromedriver.storage.googleapis.com/$LATEST/chromedriver_linux64.zip | |
| unzip chromedriver_linux64.zip -d /usr/local/bin && rm chromedriver_linux64.zip |
| script-security 2 | |
| up /etc/openvpn/update-resolv-conf | |
| down /etc/openvpn/update-resolv-conf |
| #!/bin/sh | |
| exec tail -n +3 $0 | |
| # This file provides an easy way to add custom menu entries. Simply type the | |
| # menu entries you want to add after this comment. Be careful not to change | |
| # the 'exec tail' line above. | |
| menuentry "Windows 8 UEFI" { | |
| search --file --no-floppy --set=root /efi/Microsoft/Boot/bootmgfw.efi | |
| chainloader (${root})/efi/Microsoft/Boot/bkpbootmgfw.efi | |
| } |