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
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/unmanaged-nodes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Under the `client_credential` section of the agent config file, update `client_i
75
75
76
76
Save the config to the file.
77
77
78
-
### Start the agent.
78
+
### Start the agent
79
79
80
80
Navigate to the folder corresponding to your OS.
81
81
Set the necessary environment variable by running the script `set-env.ps1` (for Windows) or `set-env.sh` (for Linux).
@@ -111,7 +111,7 @@ From here you will be able to schedule jobs on that pool and they will run.
111
111
112
112
## Troubleshooting
113
113
114
-
### increase the verbosity of the logs
114
+
### Increase the verbosity of the logs
115
115
116
116
It can help when investigating issues to increase the log verbosity. you will need to set the [RUST_LOG](https://docs.rs/env_logger/latest/env_logger/#enabling-logging) environment variable when starting docker
117
117
@@ -127,7 +127,7 @@ log_level can be any of
127
127
- debug
128
128
- trace
129
129
130
-
### use the container interactively
130
+
### Use the container interactively
131
131
132
132
you can use the container interactively by with the following command
133
133
@@ -143,7 +143,7 @@ linux
143
143
docker run --it --rm --entrypoint bash <image_name>
144
144
```
145
145
146
-
### mount a local folder in the container
146
+
### Mount a local folder in the container
147
147
148
148
docker allows you to [mount](https://docs.docker.com/storage/bind-mounts/#mount-into-a-non-empty-directory-on-the-container) a local folder when running a container
0 commit comments