User Tools

Site Tools


linux:docker

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:docker [2025/04/16 23:45] Wulf Rajeklinux:docker [2025/08/17 18:03] (current) – [docker ps short] Wulf Rajek
Line 7: Line 7:
 apt-get -y install curl unzip dialog apt-get -y install curl unzip dialog
 curl -fSSL get.docker.com | sh curl -fSSL get.docker.com | sh
 +</code>
 +
 +Useful alias to exclude container overlays from the df command for use in .bashrc or .profile:
 +<code>
 +alias df='/usr/bin/df -x overlay'
 </code> </code>
  
Line 142: Line 147:
 </code> </code>
  
 +
 +===== docker command template =====
 +https://stackoverflow.com/questions/50667371/docker-ps-output-formatting-list-only-names-of-running-containers
 ===== docker running out of network addresses ===== ===== docker running out of network addresses =====
  
linux/docker.1744843524.txt.gz · Last modified: by Wulf Rajek