Skip to content
Snippets Groups Projects

Externalize Secure Agent configurations so that those can be persisted and re-use

Merged Nuwan Rajika Kumarasiri requested to merge volume into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,7 +28,7 @@ The container executes a bash script called run_agent.sh upon start. It needs I
* JSON_LOG (optional) - If this is set, then the log output will be in JSON format.
### Externalized Configurations
Secure Agent's configurations can be externalized using Docker [volumes](https://docs.docker.com/storage/volumes/). Following
Secure Agent's configurations can be externalized using Docker [volumes](https://docs.docker.com/storage/volumes/).
Secure Agent's directories and files can be externalized for containers. Note that after initial
container startup, these configurations can be used to start subsequent containers.
Loading