Skip to content

Commit 49085f2

Browse files
Add note about default user in cloud-console (#2274)
* Add note about default user in cloud-console * Add docs about cloud-console in zmachine.md
1 parent 8aabac6 commit 49085f2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/manual/zmachine/cloud-console.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ wg-quick up wireguard.conf
1212
```
1313

1414
- Then go to your browser with the network router IP `10.20.2.1:20002`
15+
16+
> Note: You might need to create a user/password in the vm first before connecting to cloud-console if the image used does not have a default user.

docs/manual/zmachine/zmachine.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ the context, it will be considered to be either a VM or a container. In either
77
scenario, the `Zmachine` is started from an `Flist`.
88

99
> Note, both VM and Container on ZOS are actually served as Virtual Machines. The
10-
only difference is that if you are running in VM mode, you only need to provide a **raw**
11-
disk image (image.raw) in your flist.
10+
only difference is that if you are running in VM mode, you only need to provide
11+
a kernel at `/boot/vmlinuz` in your flist.
1212

1313
## Container
1414

@@ -151,3 +151,9 @@ sudo tar -czf ubuntu-jammy.tar.gz -C ubuntu:jammy .
151151
```
152152

153153
Upload to the hub, and use it to create a Zmachine
154+
155+
## cloud-console
156+
157+
`cloud-console` is a tool used to interact with Zmachines deployed through 0-OS. It manages to connect to VMs over `pseudoterminal` (`pty`) exposed by `cloud-hypervisor`.
158+
For more details on how it is integrated with 0-OS check out [cloud-console](./cloud-console.md).
159+
For more details on `cloud-console` itself and how it works check out [cloud-console](https://github.com/threefoldtech/cloud-console).

0 commit comments

Comments
 (0)