norun/README.md
2025-07-07 19:49:20 +02:00

32 lines
366 B
Markdown

# Norun
```bash
norun subscribe apps
```
```bash
norun publish apps@hello-world:latest
```
## Hello world example
```toml
# norun.toml
[project]
name = "hello-world"
[container]
image = "kasperhermansen/hello-world"
version = "latest" # default
[expose]
port = 8080
[external]
url = "hello-world.nonothing.io" # default
protocol = "HTTP" # default
```