I'm new to docker and i tried removing the container and its showing the error
CodePudding user response:
docker container stop <container name>
and after that kill it
CodePudding user response:
You need to add user to docker
group to grant container management permissions:
groupadd docker
usermod -a -G docker omsairam