Home Explore Blog CI



docker

1st chunk of `content/includes/compose/configs.md`
086766810390ce9738a19d15c0135c92b0a874b60154cd67000000010000013c
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. 

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.