norun/README.md

402 B

Norun

Server

Many servers

norun subscribe apps
norun publish apps@hello-world:latest

Hello world example

# norun.toml
[project]
name = "hello-world"

[container]
image = "kasperhermansen/hello-world"
version = "latest" # default
replicas = 3

[expose]
port = 8080

[external]
url = "hello-world.nonothing.io" # default
protocol = "HTTP" # default