I’m new to docker and I tried removing the container and its showing the error
2
docker container stop <container name>
and after that kill it
You need to add user to docker group to grant container management permissions:
docker
groupadd docker usermod -a -G docker omsairam
Click here to cancel reply.
2
Answers
and after that kill it
You need to add user to
docker
group to grant container management permissions: