ConnectContainerIdToNetwork: remove CheckDuplicate as it is deprecated

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-11-11 10:07:06 +01:00
parent de1f5aeac8
commit 673873da63

View file

@ -837,7 +837,6 @@ readonly class DockerActionManager {
[
'json' => [
'Name' => $network,
'CheckDuplicate' => true,
'Driver' => 'bridge',
'Internal' => false,
]