rename containerName to image

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2022-12-25 01:08:43 +01:00
parent 6cca3ceb6c
commit 4a69d53a67
4 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class ContainerDefinitionFetcher
$containers[] = new Container(
$entry['container_name'],
$entry['displayName'],
$entry['containerName'],
$entry['image'],
$entry['restartPolicy'],
$entry['maxShutdownTime'],
$ports,