Unable to run ./run_sdk_container -t
with rootless Docker
#1393
Labels
kind/bug
Something isn't working
./run_sdk_container -t
with rootless Docker
#1393
Description
Attempting to run
$ ./run_sdk_container -t
, results in the following error:My guess is this is because Docker is running in rootless mode.
Impact
Not able to start Flatcar SDK.
Environment and steps to reproduce
$ ./run_sdk_container -t
Expected behavior
No error :)
I'm guessing its to do with this mount: https://github.com/flatcar/scripts/blob/flatcar-3874/run_sdk_container#L140 . containers/podman#6772 (comment) feels like a relevant explanation, although the project is different.
The text was updated successfully, but these errors were encountered: