Closed benkoshy closed 1 year ago
Rake-compiler-dock checks docker per docker version
, so it seems that this command fails. On Ubuntu it's necessary to add the running user to group docker
. Otherwise docker fails with a permission error.
@larskanis Thank you Lars, I appreciate the comment. I will try this out - if succesfull will make a PR to document this.
I have added the user: koshy
to the docker
group.
getent group docker
delivers the following response:
docker:x:990:koshy
However when I run:
koshy@koshy-System-Product-Name:~/Documents/www/OpenSourceProjects/rmagick$ rake-compiler-dock
The following still comes up:
Neither Docker nor Podman is available.
Install Docker on Ubuntu/Debian:
sudo apt-get install docker.io
Install Docker on Fedora/Centos/RHEL
sudo yum install docker
sudo systemctl start docker
Install Docker on SuSE
sudo zypper install docker
sudo systemctl start docker
Any advice on the above would be much appreciated.
I am also facing the same issue. Please help @larskanis
@benkoshy @sutharsentio can you please paste the output from docker version
as well as whether that command exits with a 0 (successful) exit code?
Hey Mike, appreciate the support.
This was from a while ago. I would close the issue from my view point, but I suspect Amit @sutharsentio might want to pursue this?
Steps taken:
sudo docker run hello-world
the following output is produced:rmagic
cloned repository directory:And the following error pops up:
Expected Result:
Please let me know if you require further information.