你好,已经增加了4243端口,但启动docker服务失败。
[root@agriocommandertest run]# systemctl restart docker.service
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
[root@agriocommandertest run]# systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/docker.service.d
└─override.conf
Active: activating (auto-restart) (Result: exit-code) since Mon 2019-03-25 14:46:24 CST; 1s ago
Docs: https://docs.docker.com
Process: 31199 ExecStart=/usr/bin/dockerd -H unix:///var/run/docker.sock -H tcp://0.0.0.0:4243 (code=exited, status=1/FAILURE)
Main PID: 31199 (code=exited, status=1/FAILURE)
Mar 25 14:46:24 agriocommandertest systemd[1]: Failed to start Docker Application Container Engine.
Mar 25 14:46:24 agriocommandertest systemd[1]: Unit docker.service entered failed state.
Mar 25 14:46:24 agriocommandertest systemd[1]: docker.service failed.
[root@agriocommandertest run]#