There was an error while loading. Please reload this page.
1 parent 3cd10f3 commit 47af47dCopy full SHA for 47af47d
1 file changed
docs/install-agent.md
@@ -36,12 +36,14 @@ Example to paste into userdata (or manually via SSH):
36
```bash
37
#!/bin/bash
38
39
-curl -LSsf https://get.actuated.com | LICENSE="" \
+curl -LSsf https://get.actuated.com | LICENSE="" \
40
+ TOKEN="" \
41
DOCKER_USERNAME="" \
42
DOCKER_PASSWORD="" \
43
HOME="/root" bash -
44
```
45
46
+* `TOKEN` - this is an API token for the enrollment service - reach out and we'll generate this for you
47
* `LICENSE` - the key you purchased for actuated
48
* `DOCKER_USERNAME` and `DOCKER_PASSWORD` - your Docker Hub credentials for the pull-through cache - leave these empty to cache with anonymous pulls
49
* `HOME` - the home directory of the user running the script - this is required during userdata since HOME is usually an unset variable.
0 commit comments