Skip to content

Commit 12c2232

Browse files
committed
Simpler approach building spec.md
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 4bb95dc commit 12c2232

17 files changed

+43
-34
lines changed

01-status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ to support those running modes:
2222
* default: warn user about unsupported attributes, but ignore them
2323
* strict: warn user about unsupported attributes and reject the compose file
2424
* loose: ignore unsupported attributes AND unknown attributes (that were not defined by the spec by the time implementation was created)
25+

02-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ Secrets and configs are read-only. The volume configuration allows you to select
105105
to tweak volume management according to the actual infrastructure. Configs and Secrets rely on platform services,
106106
and are declared `external` as they are not managed as part of the application lifecycle: the Compose implementation
107107
will use a platform-specific lookup mechanism to retrieve runtime values.
108+

03-compose-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ services:
7676
- If Compose implementation is executed with `zot` as explicit service to run and profile `test` enabled,
7777
profile `debug` is automatically enabled and service `bar` is pulled in as a dependency starting both
7878
services `zot` and `bar`.
79+

04-version-and-name.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ services:
2626
- COMPOSE_PROJECT_NAME
2727
command: echo "I'm running ${COMPOSE_PROJECT_NAME}"
2828
```
29+

05-services.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,3 +1695,4 @@ volumes_from:
16951695
### working_dir
16961696

16971697
`working_dir` overrides the container's working directory from that specified by image (i.e. Dockerfile `WORKDIR`).
1698+

06-networks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,4 @@ networks:
205205
external: true
206206
name: "${NETWORK_ID}"
207207
```
208+

07-volumes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@ volumes:
127127
name: ${DATABASE_VOLUME}
128128
```
129129

130+

08-configs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ If `external` is set to `true` and secret configuration has other but `name` att
5656
not managed by compose lifecycle, Compose Implementations SHOULD reject a Compose file as invalid.
5757

5858
Compose file need to explicitly grant access to the configs to relevant services in the application.
59+

09-secrets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ not managed by compose lifecycle, Compose Implementations SHOULD reject a Compos
5656

5757
Compose file need to explicitly grant access to the secrets to relevant services in the application.
5858

59+

10-fragments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ volumes:
3232
<<: *default-volume
3333
name: "metrics"
3434
```
35+

0 commit comments

Comments
 (0)