I need start the docker application inside the Gem5 simulated system. Steps followed: 1. Installed docker inside an ubuntu-18.04 disk image using QEMU. 2. Pulled some images inside the docker and created the containers and executed the application. 3. I started the gem5 full system simulation using this disk image. After the login, when I try to start the docker service using "systemctl start docker", the service is not starting.
The result of "systemctl status docker" is pasted below: Warning: The unit file, source configuration file or drop-ins of docker.service ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: e Drop-In: /etc/systemd/system/docker.service.d └─http-proxy.conf, https-proxy.conf Active: failed (Result: exit-code) since Sun 2018-01-28 10:58:35 EST; 22min a Docs: https://docs.docker.com Process: 862 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/ Main PID: 862 (code=exited, status=1/FAILURE) Jan 28 10:58:33 ubuntu systemd[1]: docker.service: Main process exited, code=exi Jan 28 10:58:33 ubuntu systemd[1]: docker.service: Failed with result 'exit-code Jan 28 10:58:33 ubuntu systemd[1]: Failed to start Docker Application Container Jan 28 10:58:35 ubuntu systemd[1]: docker.service: Service hold-off time over, s Jan 28 10:58:35 ubuntu systemd[1]: docker.service: Scheduled restart job, restar Jan 28 10:58:35 ubuntu systemd[1]: Stopped Docker Application Container Engine. Jan 28 10:58:35 ubuntu systemd[1]: docker.service: Start request repeated too qu Jan 28 10:58:35 ubuntu systemd[1]: docker.service: Failed with result 'exit-code Jan 28 10:58:35 ubuntu systemd[1]: Failed to start Docker Application Container Can anyone help me fix this issue. Thanks in advance!
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users