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
*`DOCKER_USERNAME` and `DOCKER_PASSWORD` - your Docker Hub credentials for the pull-through cache - leave these empty to cache with anonymous pulls
47
+
*`HOME` - the home directory of the user running the script - this is required during userdata since HOME is usually an unset variable.
48
+
49
+
The installation will guess the best place to store VM snapshots, and if a space disk or partition is found, it will be wiped and formatted.
50
+
51
+
If the script doesn't find any valid storage, it will provision a loopback file instead which is fine for basic testing. You can specify a specific disk or partition by setting the `VM_DEV` environment variable.
52
+
24
53
## Install the Actuated Agent
25
54
26
55
!!! info "Do you want a free, expert installation?"
0 commit comments