e64f885c2ed4a1237cd85c55a32be4569bda5778
When --user isn't given, run the sandboxed process as whatever user the image's own config.User declares (already parsed into OciImageConfig::user/ group), instead of always defaulting to root. An explicit --user/--group on the command line still takes precedence. read_oci_image_config() is now called unconditionally in run_container() (it was previously gated behind "no command given") and shared for both the default command and the default user/group, rather than growing another special-case guard. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gv3s5jckJKzh6JkMoi2Akz
Description
Run a docker image with bubblewrap on low end devices
Languages
C++
97.9%
Python
1%
Meson
0.7%
C
0.3%