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
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。