Added image autopull.

This commit is contained in:
rony5394
2026-03-12 22:48:02 +01:00
parent 2dda7dbb38
commit 064a944655
8 changed files with 69 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ func main() {
mode := os.Args[1];
switch mode {
case "docker":
docker.Run();
docker.Run(Config);
break;
case "host":
host.Run(Config);