Some useful helping linux scripts.
Install or update a docker installation:
./ubuntu/docker/install-update.sh
Or the remote one liner ;)
wget https://raw.githubusercontent.com/ManuelReschke/linux-helper/master/ubuntu/docker/install-update.sh; chmod +x install-update.sh; sudo ./install-update.sh
Remove all containers, images, networks and volumes
./ubuntu/docker/cleanup.sh
Or the remote one liner ;)
wget https://raw.githubusercontent.com/ManuelReschke/linux-helper/master/ubuntu/docker/cleanup.sh; chmod +x cleanup.sh; sudo ./cleanup.sh
Put the cert file and the script in the same folder and run this command
./ubuntu/ca-certificate/install-certificate.sh
Remote install
wget https://raw.githubusercontent.com/ManuelReschke/linux-helper/master/ubuntu/ca-certificate/install-certificate.sh; chmod +x install-certificate.sh