linux:docker
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:docker [2024/06/28 13:03] – Wulf Rajek | linux: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 | ||
+ | </ | ||
+ | |||
+ | Useful alias to exclude container overlays from the df command for use in .bashrc or .profile: | ||
+ | < | ||
+ | alias df='/ | ||
</ | </ | ||
Line 140: | Line 145: | ||
< | < | ||
docker ps | sed ' | docker ps | sed ' | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== docker command template ===== | ||
+ | https:// | ||
+ | ===== docker running out of network addresses ===== | ||
+ | |||
+ | Error response from daemon: all predefined address pools have been fully subnetted | ||
+ | |||
+ | <code json / | ||
+ | { | ||
+ | " | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | {" | ||
+ | ] | ||
+ | } | ||
+ | </ | ||
+ | < | ||
+ | docker restart | ||
+ | docker network prune | ||
</ | </ | ||
linux/docker.1719576185.txt.gz · Last modified: by Wulf Rajek