File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,14 @@ Example to paste into userdata (or manually via SSH):
3636``` bash
3737#! /bin/bash
3838
39- curl -LSsf https://get.actuated.com | LICENSE=" " \
39+ curl -LSsf https://get.actuated.com | LICENSE=" " \
40+ TOKEN=" " \
4041 DOCKER_USERNAME=" " \
4142 DOCKER_PASSWORD=" " \
4243 HOME=" /root" bash -
4344```
4445
46+ * ` TOKEN ` - this is an API token for the enrollment service - reach out and we'll generate this for you
4547* ` LICENSE ` - the key you purchased for actuated
4648* ` DOCKER_USERNAME ` and ` DOCKER_PASSWORD ` - your Docker Hub credentials for the pull-through cache - leave these empty to cache with anonymous pulls
4749* ` HOME ` - the home directory of the user running the script - this is required during userdata since HOME is usually an unset variable.
You can’t perform that action at this time.
0 commit comments