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
* Try to add functionality test
* Fixing services ports section
* Try to use local image from previous job
* Disable function test execution
* Try to fix error
* Another test
* Fix artifact upload
* Fix artifact download
* Extract image ID
* Fix Typo
* Docker images debug output
* Add more debug output
* Add terst.json inside container by default
* Add quotes to options
* Remove option
* Change server name
* Add feature to set configuration file via environment variable
* Remove job dependency
* Remove platform support in functionality test build
* Replace double with single quotes
* Add conection test
* Change method to alter Dockerfile and add debug output
* Use an alternate Dockerfile that implements a test.json
* Fix yaml syntax
* Remove CMD, beacuse the functionality changed
* Add output validation
* Add folding details
* Try fix folding
* Try fix folding
* Another try for folding content
* Testing folding
|`CONFIG_FILE`| The configuration file that that should be used to build the initial Modbus slave. |**OPTIONAL**|`/app/modbus_server.json`|
58
66
59
-
## Configuration file
60
67
61
-
The path and filename to the general configuration file can be set via command option `-f <file>` after mounting it inside of the container. By default, the script will use `/app/modbus_server.json`.
68
+
## Parameter
69
+
Alternatively, the container can also be configured with a command line option `-f <file>` instead of an environment variable. By default, the script will use `/app/modbus_server.json`.
62
70
71
+
72
+
## Configuration file
63
73
### Default configuration file of the container
64
74
65
75
The `/app/modbus_server.json` file comes with following content:
0 commit comments