Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion httpserver-elixir1.16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ kraft cloud instance remove httpserver-elixir116-qo9k3

To customize the app, update the files in the repository, listed below:

* `lib/`, `mix.esx`: the actual Elixir HTTP server implementation
* `lib/`, `mix.exs`: the actual Elixir HTTP server implementation
* `Kraftfile`: the Unikraft Cloud specification
* `Dockerfile`: the Docker-specified app filesystem

Expand Down
2 changes: 1 addition & 1 deletion httpserver-erlang26.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ kraft cloud instance list

```ansi
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
httpserver-erlang26.2-sw2bp patient-field-ck629jsu.fra.unikraft.app running since 35secs httpserver-erlang26.2@sha256:4372... 512 MiB 1 /usr/bin/wrapper.sh /usr/bin/erl ... 404.04 ms
httpserver-erlang26.2-sw2bp patient-field-ck629j2u.fra.unikraft.app running since 35secs httpserver-erlang26.2@sha256:4372... 512 MiB 1 /usr/bin/wrapper.sh /usr/bin/erl ... 404.04 ms
```

When done, you can remove the instance:
Expand Down
2 changes: 1 addition & 1 deletion httpserver-rust1.91/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ They're different for each run.
Use `curl` to query the Unikraft Cloud instance:

```bash
curl snowy-feather-k4pfgl8t.fra.unikraft.app
curl https://snowy-feather-k4pfgl8t.fra.unikraft.app
```

```text
Expand Down
2 changes: 1 addition & 1 deletion novnc-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When done, invoke the following command to deploy this app on Unikraft Cloud:

```bash title="unikraft"
unikraft build . --output <my-org>/novnc-browser:latest
unikraft run --scale-to-zero policy=on,cooldown-time=40000,stateful=true --metro=fra -p 443:6080/tls+http -m 4G <my-org>/novnc-browser:latest
unikraft run --scale-to-zero policy=on,cooldown-time=4000,stateful=true --metro=fra -p 443:6080/tls+http -m 4G <my-org>/novnc-browser:latest
```

or
Expand Down
Loading