Merge pull request #965 from mokibit/fix-gidmap-typo

Fix x-podman.gidmap typo
This commit is contained in:
Povilas Kanapickas 2024-06-17 10:08:17 +03:00 committed by GitHub
commit 14f39e5b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1226,7 +1226,7 @@ async def container_to_args(compose, cnt, detached=True):
if 'x-podman' in cnt:
raise ValueError(
'Configuration under x-podman has been migrated to x-podman.uidmap and '
'x-podman.gidman fields'
'x-podman.gidmap fields'
)
rootfs_mode = False