PowerScale:依照 InsightIQ 5.1 安裝指南操作後 Docker IP 服務失敗
摘要: Docker 服務無法啟動,並顯示命令「ip a |grep docker」在遵循 InsightIQ 5.1 安裝指南的指示後,未提供任何 IP。這是文件錯誤所造成。
本文章適用於
本文章不適用於
本文無關於任何特定產品。
本文未識別所有產品版本。
症狀
Docker 服務無法啟動,且 ip a | grep docker 按照 InsightIQ 5.1 安裝指南中的指示操作後,命令不會提供任何 IP。這是文件錯誤所造成。
收到的錯誤訊息:
administrator@hostname1:~> sudo systemctl status docker.service
× docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2024-07-11 13:06:18 EDT; 20h ago
Docs: http://docs.docker.com [docs.docker.com]
Process: 2108 ExecStart=/usr/bin/dockerd --add-runtime oci=/usr/sbin/docker-runc $DOCKER_NETWORK_OPTIONS $DOCKER_OPTS (code=exited, status>
Main PID: 2108 (code=exited, status=1/FAILURE)
原因
此問題是由於安裝指南文件錯誤所導致。文檔指出,當需要兩個破折號時,使用一個破折號。
解析度
而不是遵循以下說明:
Add the new IP range as follows: DOCKER_OPTS="-bip=<new_range>" Where: new_range Is the IP range for the docker0 bridge, in the format <ip>/<num>. For example: DOCKER_OPTS="-bip=192.168.1.1/16"
將說明變更為:
Add the new IP range as follows:
DOCKER_OPTS="--bip=<new_range>"
Where:
new_range Is the IP range for the docker0 bridge, in the format <ip>/<num>. For example:
DOCKER_OPTS="--bip=192.168.1.1/16"
產品
Isilon InsightIQ文章屬性
文章編號: 000227144
文章類型: Solution
上次修改時間: 23 9月 2025
版本: 4
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。