You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FEATURES.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,16 @@ Self updates can be done by using `container` type.
53
53
**Pre-requisites**
54
54
55
55
* container is attached to the bridge network
56
-
* container has an extra host configured for the docker network (e.g. `--add-host=host.docker.internal:host-gateway`)
57
-
* ssh daemon has a listener on the container bridge network (e.g. typically `172.17.0.1`)
56
+
* **docker only** container has an extra host configured for the docker network (e.g. `--add-host=host.docker.internal:host-gateway`)
57
+
* ssh daemon has a listener on the container bridge network (e.g. typically `172.17.0.1` for docker, though you can check by running `ifconfig` and getting the ipv4 address of the docker or podman network adapter)
58
58
* Either your ssh keys have been added to the device, or allows password authentication
59
59
60
60
After the pre-requisites are met, you can easily access your device using the following steps:
61
61
62
62
1. Create a Cloud Remote Access PASSTHROUGH configuration for the device
0 commit comments