podman/pkg/specgen/generate
Daniel J Walsh 6c6670f12a
Add username to /etc/passwd inside of container if --userns keep-id
If I enter a continer with --userns keep-id, my UID will be present
inside of the container, but most likely my user will not be defined.

This patch will take information about the user and stick it into the
container.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-07-07 08:34:31 -04:00
..
config_linux.go move go module to v2 2020-07-06 15:50:12 +02:00
config_linux_cgo.go move go module to v2 2020-07-06 15:50:12 +02:00
config_linux_nocgo.go move go module to v2 2020-07-06 15:50:12 +02:00
container.go move go module to v2 2020-07-06 15:50:12 +02:00
container_create.go Implement --sdnotify cmdline option to control sd-notify behavior 2020-07-06 17:47:18 +00:00
namespaces.go Add username to /etc/passwd inside of container if --userns keep-id 2020-07-07 08:34:31 -04:00
oci.go move go module to v2 2020-07-06 15:50:12 +02:00
pod_create.go move go module to v2 2020-07-06 15:50:12 +02:00
ports.go move go module to v2 2020-07-06 15:50:12 +02:00
security.go move go module to v2 2020-07-06 15:50:12 +02:00
storage.go move go module to v2 2020-07-06 15:50:12 +02:00
validate.go move go module to v2 2020-07-06 15:50:12 +02:00