Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docker:start [2015/03/04 15:50]
vondra
docker:start [2015/03/04 16:44] (current)
vondra
Line 34: Line 34:
   * remove images from docker<​code>​docker ps -a | grep '​Exited'​ | awk '​{print $1}' | xargs --no-run-if-empty docker rm </​code>​   * remove images from docker<​code>​docker ps -a | grep '​Exited'​ | awk '​{print $1}' | xargs --no-run-if-empty docker rm </​code>​
   * delete them physically<​code>​docker images --no-trunc| grep none | awk '​{print $3}' | xargs -r docker rmi </​code>​   * delete them physically<​code>​docker images --no-trunc| grep none | awk '​{print $3}' | xargs -r docker rmi </​code>​
 +
 +====== Docker networking ======
 +  * http://​blog.oddbit.com/​2014/​08/​11/​four-ways-to-connect-a-docker/​
 
docker/start.1425480629.txt.gz · Last modified: 2015/03/04 15:50 by vondra