Configs
Load configurations to the container filesystem at runtime.
Configs are created in the Docker configuration and mapped to be used by a service. When a config mapping is created for a service, the config is mounted as a file at a specified path on the container's host node's disk.
You can see in this example in the container shell how the config_db.json file was created at the root directory on the disk.
Root UID / GUID
Use the default value
0
on UID / GID fields to assignroot
user / group
Updated 8 months ago