Difference between revisions of "Docker update"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
== Related commands ==
 
== Related commands ==
 
* <code>[[docker pull]]</code>
 
* <code>[[docker pull]]</code>
* Update all your local images: <code>docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull</code>
+
* Update all your local images: <code>docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull</code> (See also: <code>[[docker-compose pull]]</code>)
  
 
== Activities ==
 
== Activities ==

Revision as of 13:09, 18 January 2020

Advertising: