mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 20:29:35 +00:00
10 lines
191 B
Text
10 lines
191 B
Text
## 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
|