feat: add initial
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user