You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rootless docker is a common setup. Out of the box, I cannot create the enclave I need, while I can do it if I use docker in non-rootless mode (by unsetting DOCKER_HOST, stopping the rootless docker daemon and starting the system-wide docker daemon as root).
I was expecting this to work due to #1072 but looks like this is not the case.
Currently I have to run non-rootless docker only for Kurtosis which is far from ideal, and I'm pretty sure there's other people in this situation, or maybe just skipping kurtosis altogether due to this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Rootless docker is a common setup. Out of the box, I cannot create the enclave I need, while I can do it if I use docker in non-rootless mode (by unsetting
DOCKER_HOST, stopping the rootless docker daemon and starting the system-wide docker daemon as root).I was expecting this to work due to #1072 but looks like this is not the case.
Currently I have to run non-rootless docker only for Kurtosis which is far from ideal, and I'm pretty sure there's other people in this situation, or maybe just skipping kurtosis altogether due to this.
All reactions