mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
## assert-stderr-contains "using key User in the Service group is not supported"
|
|
[Container]
|
|
Image=localhost/imagename
|
|
# This is fine
|
|
User=1000
|
|
|
|
[Service]
|
|
# This isn't
|
|
User=1000
|