Skip to content

Commit 7f16b70

Browse files
Review and simplify the CLI docs (#268)
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent 07eb8a2 commit 7f16b70

4 files changed

Lines changed: 113 additions & 388 deletions

File tree

content/en/docs/examples/included/nodejs-postgres-score-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Score file example illustrated uses three resource types: `postgres`, `dns`
4646
Convert the `score.yaml` file into a deployable `compose.yaml`, run the following command in your terminal:
4747

4848
```bash
49-
score-compose generate score.yaml --image ghcr.io/score-spec/sample-score-app:latest
49+
score-compose generate score.yaml --image scorespec/sample-score-app:latest
5050
```
5151

5252
The `generate` command will add the input `score.yaml` workload with a particular container image to the `.score-compose/state.yaml` state file and generate the output `compose.yaml`.
@@ -142,7 +142,7 @@ docker ps
142142

143143
```none
144144
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
145-
8488aa2fe204 ghcr.io/score-spec/sample-score-app:latest "node index.js" 17 minutes ago Up 17 minutes 3000/tcp nodejs-hello-world-hello-world-1
145+
8488aa2fe204 scorespec/sample-score-app:latest "node index.js" 17 minutes ago Up 17 minutes 3000/tcp nodejs-hello-world-hello-world-1
146146
22c78e726612 mirror.gcr.io/nginx:1-alpine "/docker-entrypoint.…" 17 minutes ago Up 17 minutes 0.0.0.0:8080->80/tcp, [::]:8080->80/tcp nodejs-routing-CzbPM2-1
147147
01cc858a6162 mirror.gcr.io/postgres:17-alpine "docker-entrypoint.s…" 17 minutes ago Up 17 minutes (healthy) 5432/tcp nodejs-pg-Tut8g7-1
148148
```

content/en/docs/examples/included/nodejs-postgres-score-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Score file example illustrated uses three resource types: `postgres`, `dns`
4646
Convert the `score.yaml` file into a deployable `manifests.yaml`, run the following command in your terminal:
4747

4848
```bash
49-
score-k8s generate score.yaml --image ghcr.io/score-spec/sample-score-app:latest
49+
score-k8s generate score.yaml --image scorespec/sample-score-app:latest
5050
```
5151

5252
The `generate` command will add the input `score.yaml` workload with a particular container image to the `.score-k8s/state.yaml` state file and generate the output `manifests.yaml`.

0 commit comments

Comments
 (0)