feat: able to run containers

This commit is contained in:
2025-07-11 20:50:11 +02:00
parent b194af0453
commit 17fcd053ac
16 changed files with 1067 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
name = "hello-world"
[container]
image = "kasperhermansen/hello-world"
image = "library/hello-world"
version = "latest"
[expose]

View File

@@ -0,0 +1,9 @@
[project]
name = "nginx"
[container]
image = "library/nginx"
version = "latest"
[expose]
port = 80