mirror of
https://github.com/containers/podman.git
synced 2026-03-28 19:43:40 -04:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
## assert-stderr-contains "using key Group in the Service group is not supported"
|
|
[Container]
|
|
Image=localhost/imagename
|
|
# This is fine
|
|
User=1000
|
|
Group=1000
|
|
|
|
[Service]
|
|
# This isn't
|
|
Group=1000
|