mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Standardize phrasing to "at runtime" in Compose documentation (#23508)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> Standardized the phrasing from **"at run time"** to **"at runtime"** for consistency with other Docker documentation. No technical content changes. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> None. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e379c4e044
commit
536aea15fb
@@ -12,9 +12,9 @@ aliases:
|
||||
|
||||
A Compose file can use variables to offer more flexibility. If you want to quickly switch
|
||||
between image tags to test multiple versions, or want to adjust a volume source to your local
|
||||
environment, you don't need to edit the Compose file each time, you can just set variables that insert values into your Compose file at run time.
|
||||
environment, you don't need to edit the Compose file each time, you can just set variables that insert values into your Compose file at runtime.
|
||||
|
||||
Interpolation can also be used to insert values into your Compose file at run time, which is then used to pass variables into your container's environment
|
||||
Interpolation can also be used to insert values into your Compose file at runtime, which is then used to pass variables into your container's environment
|
||||
|
||||
Below is a simple example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user