docker build构建报错:shim error: docker-runc not installed on system
问题:
docker构建镜像hi报错:shim error: docker-runc not installed on system
解决:
ln -s /usr/libexec/docker/docker-runc-current /usr/bin/docker-runc
问题:
docker构建镜像hi报错:shim error: docker-runc not installed on system
解决:
ln -s /usr/libexec/docker/docker-runc-current /usr/bin/docker-runc