Skip to content

Instantly share code, notes, and snippets.

@tonyskapunk
Created April 27, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyskapunk/c3ac455925ef3d2a86746a8aa3d8089c to your computer and use it in GitHub Desktop.
Save tonyskapunk/c3ac455925ef3d2a86746a8aa3d8089c to your computer and use it in GitHub Desktop.
one liners

Update docker images

for i in $( docker images --format "{{.ID}}" ); do docker pull ${i}; done

Remove old images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment