# 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 ```