File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,23 @@ The `Dockerfile` has multi-stage definition:
77## Build the Image
88
99Arguments can be passed at build time:
10- * ** TIMEZONE** : to set the timezone inside the container
10+ * ** TIMEZONE** : to set the timezone inside the container. Default ` UTC. `
1111
12- To build the production container
12+ To build the production container with UTC timezone
1313``` bash
1414docker build --tag wptagent .
1515```
16+
17+ changing the timezone at build time
18+ ``` bash
19+ docker build --build-arg TIMEZONE=EST .
20+ ```
21+
1622To build the debug container
1723``` bash
1824docker build --target debug --tag wptagent-debug .
1925```
26+
2027## Prerequisites to use traffic shaping in docker
2128** Experimental** : Running the agent with traffic shaping is experimental. It might
2229have influence on the host system network. Running multiple agents on the
You can’t perform that action at this time.
0 commit comments