mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
@@ -1 +1 @@
|
||||
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.
|
||||
Configs let services 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.
|
||||
|
||||
Reference in New Issue
Block a user