BentoML
BentoML copied to clipboard
bug: --run-as-root should take effect with docker healthy
Describe the bug
docker check healthy also need root privilege, but _internal/container/docker.py
just
[client, "version", "--format", "{{json .Server.Version}}"]
sudo is needed (but I don't know how to correct it).
To reproduce
Expected behavior
Environment
Shouldn't you add your usergroup to docker?
regardless I think it is also a bug here.