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
78 changes: 39 additions & 39 deletions pages/guides/caddy2.7-go1.21.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ To run this example, follow these steps:

2. Clone the [`examples` repository](https://github.com/unikraft-cloud/examples) and `cd` into the `examples/caddy2.7-go1.21/` directory:

```bash
git clone https://github.com/unikraft-cloud/examples
cd examples/caddy2.7-go1.21/
```
```bash
git clone https://github.com/unikraft-cloud/examples
cd examples/caddy2.7-go1.21/
```

Make sure to log into Unikraft Cloud and pick a [metro](/platform/metros) close to you.
This guide uses `fra` (Frankfurt, 🇩🇪):
Expand Down Expand Up @@ -68,40 +68,40 @@ The output shows the instance address and other details:
<CodeTabs syncKey="cli">

```ansi title="unikraft"
metro: fra
name: caddy27-go121-vhf4m
uuid: db624eff-4739-4500-873c-f7c58e4eefd7
state: starting
image: <my-org>/caddy27-go121
resources:
memory: 256MiB
vcpus: 1
service:
uuid: 085cfc91-34d2-0e4d-5f19-fe67832f16a8
name: frosty-sky-vz8kwsmb
domains:
- fqdn: frosty-sky-vz8kwsmb.fra.unikraft.app
networks:
- uuid: a72ea1ab-9686-c5b5-a8c2-fd58922f30f3
private-ip: 10.0.6.2
mac: 12:b0:a9:b2:fd:13
timestamps:
created: just now
metro: fra
name: caddy27-go121-vhf4m
uuid: db624eff-4739-4500-873c-f7c58e4eefd7
state: starting
image: <my-org>/caddy27-go121
resources:
 memory: 256MiB
 vcpus: 1
service:
 uuid: 085cfc91-34d2-0e4d-5f19-fe67832f16a8
 name: frosty-sky-vz8kwsmb
 domains:
 - fqdn: frosty-sky-vz8kwsmb.fra.unikraft.app
networks:
- uuid: a72ea1ab-9686-c5b5-a8c2-fd58922f30f3
 private-ip: 10.0.6.2
 mac: 12:b0:a9:b2:fd:13
timestamps:
 created: just now
```

```ansi title="kraft"
[●] Deployed successfully!
│
├───────── name: caddy27-go121-vhf4m
├───────── uuid: db624eff-4739-4500-873c-f7c58e4eefd7
├──────── metro: https://api.fra.unikraft.cloud/v1
├──────── state: starting
├─────── domain: https://frosty-sky-vz8kwsmb.fra.unikraft.app
├──────── image: oci://unikraft.io/<my-org>/caddy27-go121@sha256:25df97e3c43147c683f31dd062d0fa75122358b596de5804ca246c4e8613dd56
├─────── memory: 256 MiB
├────── service: frosty-sky-vz8kwsmb
├─ private fqdn: caddy27-go121-vhf4m.internal
└─── private ip: 10.0.6.2
[●] Deployed successfully!
│
├───────── name: caddy27-go121-vhf4m
├───────── uuid: db624eff-4739-4500-873c-f7c58e4eefd7
├──────── metro: https://api.fra.unikraft.cloud/v1
├──────── state: starting
├─────── domain: https://frosty-sky-vz8kwsmb.fra.unikraft.app
├──────── image: oci://unikraft.io/<my-org>/caddy27-go121@sha256:25df97e3c43147c683f31dd062d0fa75122358b596de5804ca246c4e8613dd56
├─────── memory: 256 MiB
├────── service: frosty-sky-vz8kwsmb
├─ private fqdn: caddy27-go121-vhf4m.internal
└─── private ip: 10.0.6.2
```

</CodeTabs>
Expand Down Expand Up @@ -136,13 +136,13 @@ kraft cloud instance list
<CodeTabs syncKey="cli">

```ansi title="unikraft"
METRO NAME STATE IMAGE ARGS MEMORY VCPUS FQDN CREATED
fra caddy27-go121-vhf4m running <my-org>/caddy27-go121 256MiB 1 frosty-sky-vz8kwsmb.fra.unikraft.app 2 minutes ago
METRO NAME STATE IMAGE ARGS MEMORY VCPUS FQDN CREATED
fra caddy27-go121-vhf4m running <my-org>/caddy27-go121 256MiB 1 frosty-sky-vz8kwsmb.fra.unikraft.app 2 minutes ago
```

```ansi title="kraft"
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
caddy27-go121-vhf4m frosty-sky-vz8kwsmb.fra.unikraft.app running 1 minute ago oci://unikraft.io/<my-org>/caddy27-go121@sha256:... 256 MiB 1 20.18 ms
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
caddy27-go121-vhf4m frosty-sky-vz8kwsmb.fra.unikraft.app running 1 minute ago oci://unikraft.io/<my-org>/caddy27-go121@sha256:... 256 MiB 1 20.18 ms
```

</CodeTabs>
Expand Down
78 changes: 39 additions & 39 deletions pages/guides/debian-ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ To run this example, follow these steps:

2. Clone the [`examples` repository](https://github.com/unikraft-cloud/examples) and `cd` into the `examples/debian-ssh` directory:

```bash
git clone https://github.com/unikraft-cloud/examples
cd examples/debian-ssh/
```
```bash
git clone https://github.com/unikraft-cloud/examples
cd examples/debian-ssh/
```

Make sure to log into Unikraft Cloud and pick a [metro](/platform/metros) close to you.
This guide uses `fra` (Frankfurt, 🇩🇪):
Expand Down Expand Up @@ -66,40 +66,40 @@ The output shows the instance address and other details:
<CodeTabs syncKey="cli">

```ansi title="unikraft"
metro: fra
name: debian-ssh-2uwg5
uuid: b3d158c5-fb52-4685-a76b-2497973308dc
state: starting
image: <my-org>/debian-ssh
resources:
memory: 1024MiB
vcpus: 1
service:
uuid: 5771bead-c045-52fa-1f89-5bc4f1cf3c38
name: nameless-cherry-sw2e9ul2
domains:
- fqdn: nameless-cherry-sw2e9ul2.fra.unikraft.app
networks:
- uuid: 9d76ad3f-2149-f0af-d77f-76daba253d33
private-ip: 10.0.0.109
mac: 12:b0:1d:bd:54:f6
timestamps:
created: just now
metro: fra
name: debian-ssh-2uwg5
uuid: b3d158c5-fb52-4685-a76b-2497973308dc
state: starting
image: <my-org>/debian-ssh
resources:
 memory: 1024MiB
 vcpus: 1
service:
 uuid: 5771bead-c045-52fa-1f89-5bc4f1cf3c38
 name: nameless-cherry-sw2e9ul2
 domains:
 - fqdn: nameless-cherry-sw2e9ul2.fra.unikraft.app
networks:
- uuid: 9d76ad3f-2149-f0af-d77f-76daba253d33
 private-ip: 10.0.0.109
 mac: 12:b0:1d:bd:54:f6
timestamps:
 created: just now
```

```ansi title="kraft"
[●] Deployed successfully!
│
├───────── name: debian-ssh-2uwg5
├───────── uuid: b3d158c5-fb52-4685-a76b-2497973308dc
├──────── metro: https://api.fra.unikraft.cloud/v1
├──────── state: starting
├─────── domain: https://nameless-cherry-sw2e9ul2.fra.unikraft.app
├──────── image: oci://unikraft.io/<my-org>/debian-ssh@sha256:2442b4d5e078e7bc9ccd887fac65623511551592315d341a219f34a2c6628949
├─────── memory: 1024 MiB
├────── service: nameless-cherry-sw2e9ul2
├─ private fqdn: debian-ssh-2uwg5.internal
└─── private ip: 10.0.0.109
[●] Deployed successfully!
│
├───────── name: debian-ssh-2uwg5
├───────── uuid: b3d158c5-fb52-4685-a76b-2497973308dc
├──────── metro: https://api.fra.unikraft.cloud/v1
├──────── state: starting
├─────── domain: https://nameless-cherry-sw2e9ul2.fra.unikraft.app
├──────── image: oci://unikraft.io/<my-org>/debian-ssh@sha256:2442b4d5e078e7bc9ccd887fac65623511551592315d341a219f34a2c6628949
├─────── memory: 1024 MiB
├────── service: nameless-cherry-sw2e9ul2
├─ private fqdn: debian-ssh-2uwg5.internal
└─── private ip: 10.0.0.109
```

</CodeTabs>
Expand Down Expand Up @@ -140,13 +140,13 @@ kraft cloud instance list
<CodeTabs syncKey="cli">

```ansi title="unikraft"
METRO NAME STATE IMAGE ARGS MEMORY VCPUS FQDN CREATED
fra debian-ssh-2uwg5 running <my-org>/debian-ssh 1.0GiB 1 nameless-cherry-sw2e9ul2.fra.unikraft… 2 minutes ago
METRO NAME STATE IMAGE ARGS MEMORY VCPUS FQDN CREATED
fra debian-ssh-2uwg5 running <my-org>/debian-ssh 1.0GiB 1 nameless-cherry-sw2e9ul2.fra.unikraft… 2 minutes ago
```

```ansi title="kraft"
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
debian-ssh-2uwg5 nameless-cherry-sw2e9ul2.fra.unikraft.app running since 5mins oci://unikraft.io/<my-org>/debian-ssh@sha256:... 1.0 GiB 1 217.26 ms
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
debian-ssh-2uwg5 nameless-cherry-sw2e9ul2.fra.unikraft.app running since 5mins oci://unikraft.io/<my-org>/debian-ssh@sha256:... 1.0 GiB 1 217.26 ms
```

</CodeTabs>
Expand Down
Loading
Loading