i know this.
first into:cd /var/lib/docker/containers/
second run :sed -i “s/docker-runc//g” grep -rl "docker-runc" .
third: systemctl restart docker
u will see the container is running.
1 Like
Share and learn in the Docker community.
i know this.
first into:cd /var/lib/docker/containers/
second run :sed -i “s/docker-runc//g” grep -rl "docker-runc" .
third: systemctl restart docker
u will see the container is running.