"failed to create project" after selecting the docker.io image: failed to change ownership of the home directory
Minor issue on error output: the two errors were concatenated on the same line, b/c the usermod error didn't do a newline
usermod: Failed to change ownership of the home directoryFailed to create project.
Edge case: rootless podman is the problem, no docker daemon running
Feedback from Jeff:
usermod: Failed to change ownership of the home directoryFailed to create project.
Edge case: rootless podman is the problem, no docker daemon running