Error AtlasError Documentation and Resolution

Docker rootless mode could not set up UID or GID mapping

[rootlesskit:parent] error: failed to setup UID/GID map: failed to compute uid/gid map: No subuid ranges found for user

Rootless Docker could not configure UID and GID mappings because /etc/subuid and /etc/subgid do not contain the required ranges for the current user.

No subuid ranges found for userrootless
[rootlesskit:parent] error: failed to setup UID/GID map: failed to compute uid/gid map: No subuid ranges found for user
  • The current user has no subuid range configured in /etc/subuid.
  • The current user has no subgid range configured in /etc/subgid.
  1. Add the required subuid and subgid ranges for the user in /etc/subuid and /etc/subgid.
  2. Retry the rootless Docker setup after the mappings are configured.
Docker Docs: Rootless troubleshooting
Docker rootless No subuid ranges found for user: fixes | Error Atlas