Skip to main content

All Questions

Tagged with
0 votes
0 answers
398 views

Use Docker on a systemd disabled VM

I am provided by a VM running Ubuntu 18.04.5 LTS which has systemd disabled. I have root access on it. I am trying to run docker on it which is installed but I get error Cannot connect to the Docker ...
Wilfred Almeida's user avatar
0 votes
0 answers
353 views

Install srvadmin-hapi package on Ubuntu 18.04 docker container is not working

As per Dell Documentation https://linux.dell.com/repo/community/openmanage/ I am trying to install Dell OpenManage tools in Ubuntu 18.04 container . sudo echo 'deb http://linux.dell.com/repo/community/...
curiousguy's user avatar
1 vote
1 answer
2k views

Install srvadmin-hapi package on docker container

I'm attempting to install the Dell openmanage tools on an ubuntu 20.04 docker container and I'm running into some issues. Dell's provided guide: echo 'deb http://linux.dell.com/repo/community/...
jesse_b's user avatar
  • 37.6k
0 votes
1 answer
339 views

Control docker daemon

I had observe on the same OS (ubuntu 16.04), different machines, that if I run sudo systemctl status docker, then I have different results concerning the location of docker.service, more exactly on ...
dejanualex's user avatar
0 votes
1 answer
6k views

Unit docker.socket not found

Cannot run docker daemon, sudo systemctl status docker.socket returns Loaded: Not found (Reason: No such file or directory). I had modified docker.service, sudo systemctl edit docker.service and tried ...
dejanualex's user avatar
0 votes
2 answers
2k views

OCI runtime create failed: systemd cgroup flag passed, but systemd support for managing cgroups is not available

On installing docker when I run the sudo docker run hello-world, I get the following error: docker: Error response from daemon: OCI runtime create failed: systemd cgroup flag passed, but systemd ...
Swapnil Pandey's user avatar