Update runtime_options.md

Added a quick descriptor for the `url_base_prefix` option.

Closes: https://github.com/google/cadvisor/issues/2377
Documents: https://github.com/google/cadvisor/pull/2117
This commit is contained in:
karl-tpio 2020-01-16 11:49:54 -08:00 committed by GitHub
parent f43a87b444
commit 08d0a0bf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ Specify where cAdvisor listens.
--http_digest_realm="localhost": HTTP digest file for the web UI (default "localhost")
--listen_ip="": IP to listen on, defaults to all IPs
--port=8080: port to listen (default 8080)
--url_base_prefix=/: optional path prefix aded to all resource URLs; useful when running cAdvisor behind a proxy. (default /)
```
## Local Storage Duration