Home Explore Blog CI



docker

content/includes/compose/configs.md
c800882c57d60d185cebdb893f94581b71f19e9c2d851fd3000000030000013c
Configs let services to adapt their behaviour without the need to rebuild a Docker image. As with volumes, configs are mounted as files into a container's filesystem. The location of the mount point within the container defaults to `/<config-name>` in Linux containers and `C:\<config-name>` in Windows containers. 

Chunks
08676681 (1st chunk of `content/includes/compose/configs.md`)
Title: Introduction to Docker Configs
Summary
Docker configs allow services to modify their behavior without rebuilding the Docker image. Like volumes, configs are mounted as files into the container's filesystem. The default mount point is `/<config-name>` for Linux and `C:\<config-name>` for Windows containers.