Philippe,
There isn't a dedicated cookbook available at the moment. However, the Deployment section could certainly benefit from examples based on the configurations we've created in our lab. I'll look into contributing those enhancements to the deployment section.
Are there specific properties you're aiming to set within the container? Regarding the advanced object, the YAML definition provided will update the /home/isvdi/solution.properties file inside the container by appending or modifying the specified key/value pair, depending on whether the property already exists.
advanced:
- attr: "string"
value: "string"
For example, I've used these when wanting to enable the Dashboard
advanced:
- attr: dashboard.on
value: "true"
- attr: dashboard.auth.remote
value: "properties"
- attr: api.rest.on
value: "true"
- attr: "{protect}-dashboard.auth.user.admin"
value: "eWiiXrsfztd!wTwMBw3"
------------------------------
Jason Williams
IAM Support Engineer
IBM
Tulsa
------------------------------