mirror of
https://github.com/containers/podman.git
synced 2026-03-28 19:43:40 -04:00
`podman-remote` and Libpod API does not supports build with `--userns=auto` since `IDMappingOptions` were not implemented for API and bindings, following PR implements passing `IDMappingOptions` via bindings to API. Closes: https://github.com/containers/podman/issues/15476 Signed-off-by: Aditya R <arajan@redhat.com>
3 lines
39 B
Docker
3 lines
39 B
Docker
FROM alpine
|
|
RUN cat /proc/self/uid_map
|