Skip to content

Instantly share code, notes, and snippets.

@OpenSourceAlchemist
Forked from ColinLeverger/update-images.sh
Last active March 13, 2017 23:45
Show Gist options
  • Select an option

  • Save OpenSourceAlchemist/b812f58ac3e89f4b577ef5fdab7cb686 to your computer and use it in GitHub Desktop.

Select an option

Save OpenSourceAlchemist/b812f58ac3e89f4b577ef5fdab7cb686 to your computer and use it in GitHub Desktop.

Revisions

  1. OpenSourceAlchemist revised this gist Mar 13, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion update-images.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    docker images | grep -v REPOSITORY | awk '{print $1}' | xargs -L1 docker pull
    docker image list | grep -v REPOSITORY | awk '{print $1}' | xargs -L1 docker image pull
  2. Colin LEVERGER created this gist Dec 8, 2016.
    1 change: 1 addition & 0 deletions update-images.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    docker images | grep -v REPOSITORY | awk '{print $1}' | xargs -L1 docker pull