...
Command-line flag | Notes | |
---|---|---|
1 |
| Name the container |
2 |
| Publish container port |
3 |
| Set the API key used to communicate between Rampiva components to |
4 |
| Set the username to log in with during the initial configuration |
5 |
| Set the password to log in with during the initial configuration |
6 |
| Enable the logging in with the hard-coded username and password |
7 |
| Set the SQL store charset |
8 |
| Set the SQL JDBC driver |
9 |
| Set the SQL store username |
10 |
| Set the SQL store password to |
11 |
| Set the SQL JDBC URL to use the SQL server |
12 |
| Use the SQL store to record the Centralized Logging records |
13 |
| Use the SQL store to record Utilization records |
14 |
| Map the host folder |
15 |
| Map the host folder |
16 |
| Map the host folder |
17 |
| Use the Scheduler image version |
F. Run Rampiva
...
Proxy
Code Block |
---|
docker run --name rampiva.automate.proxy -p 81:80 -v %~dp0config\proxy:/etc/rampiva/automate/scheduler/config:ro -d rampiva/rampiva.automate.core:8.0.0-preview /usr/rampiva/runScheduler.sh |
...