Skip to content

Instantly share code, notes, and snippets.

@kvhnuke
Created July 4, 2018 03:26
Show Gist options
  • Save kvhnuke/be8a44394835aa998bf87cbf3f0e9035 to your computer and use it in GitHub Desktop.
Save kvhnuke/be8a44394835aa998bf87cbf3f0e9035 to your computer and use it in GitHub Desktop.
Upgrade docker images
sudo docker stop $(sudo docker ps -a -q)
sudo docker rm $(sudo docker ps -a -q)
sudo bash /var/lib/cloud/instances/i-*/user-data.txt
#ssh -i [pem file location].pem ubuntu@[ip-address] 'bash -s' < ~/upgrade-docker.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment