Closed rafism1997 closed 2 years ago
Hi Team,
While configuring my environment I have changed the daemon.json file as instructed here(https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common/blob/main/docs/dev-env-setup.md) . But after restarting the docker service , its showing an error. Any reason for that?
× docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2022-11-09 12:05:05 IST; 1min 20s ago TriggeredBy: × docker.socket Docs: https://docs.docker.com Process: 47170 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 47170 (code=exited, status=1/FAILURE) CPU: 79ms Nov 09 12:05:05 stark-OMEN systemd[1]: docker.service: Scheduled restart job, restart counter is at 3. Nov 09 12:05:05 stark-OMEN systemd[1]: Stopped Docker Application Container Engine. Nov 09 12:05:05 stark-OMEN systemd[1]: docker.service: Start request repeated too quickly. Nov 09 12:05:05 stark-OMEN systemd[1]: docker.service: Failed with result 'exit-code'. Nov 09 12:05:05 stark-OMEN systemd[1]: Failed to start Docker Application Container Engine. Nov 09 12:05:23 stark-OMEN systemd[1]: docker.service: Start request repeated too quickly. Nov 09 12:05:23 stark-OMEN systemd[1]: docker.service: Failed with result 'exit-code'. Nov 09 12:05:23 stark-OMEN systemd[1]: Failed to start Docker Application Container Engine.
Regards, Rafi
I think so the three apostrophe's in the json is causing an issue. Removed it and started working.
Hi Team,
While configuring my environment I have changed the daemon.json file as instructed here(https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common/blob/main/docs/dev-env-setup.md) . But after restarting the docker service , its showing an error. Any reason for that?
Regards, Rafi