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

@@ -1,7 +1,11 @@
# Norun
## Server
Many servers
```bash
norun subscribe apps
norun subscribe apps
```
```bash
@@ -18,6 +22,7 @@ name = "hello-world"
[container]
image = "kasperhermansen/hello-world"
version = "latest" # default
replicas = 3
[expose]
port = 8080