Skip to content

Instantly share code, notes, and snippets.

@icheko
Created September 14, 2022 04:15
Show Gist options
  • Save icheko/295e4f297f239e48ed3837637d89d907 to your computer and use it in GitHub Desktop.
Save icheko/295e4f297f239e48ed3837637d89d907 to your computer and use it in GitHub Desktop.
FROM registry.redhat.io/rhel8/podman:8.6
USER root
RUN chown -Rfv podman:podman /home/podman/.config
RUN chown -Rfv podman:podman /home/podman/.local
# 1001
USER podman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment