
CentOS 서버에 Docker가 설정되어 있습니다. 작동이 멈출 때까지 잠시 동안은 잘 작동했습니다. Docker 서비스를 시작하려고 시도했지만 아래 오류가 발생합니다.
$> sudo systemctl start 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.
status 명령을 실행하면 다음 오류가 발생합니다.
$> systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-01-13 16:01:39 UTC; 19s ago
Docs: http://docs.docker.com
Process: 7263 ExecStart=/usr/bin/docker-current daemon --exec-opt native.cgroupdriver=systemd $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY (code=exited, status=1/FAILURE)
Main PID: 7263 (code=exited, status=1/FAILURE)
/var/lib/docker를 삭제하고 docker를 다시 설치해 보았지만 아무 것도 작동하지 않는 것 같습니다.
이 문제를 해결하는 데 도움을 주실 수 있나요?
감사합니다!