Skip to content

Commit e5bbca9

Browse files
committed
update name of container image
1 parent 870aef7 commit e5bbca9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/odata-dd-3-northbreeze/odata-dd-3-northbreeze.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ docker run \
5353
--rm \
5454
--tty \
5555
--publish 4004:4004 \
56-
ghcr.io/qmacro/northbreeze
56+
ghcr.io/qmacro/odd
5757
```
5858

5959
This should first emit `docker` output:
6060

6161
```log
62-
Unable to find image 'ghcr.io/qmacro/northbreeze:latest' locally
63-
latest: Pulling from qmacro/northbreeze
62+
Unable to find image 'ghcr.io/qmacro/odd:latest' locally
63+
latest: Pulling from qmacro/odd
6464
c74c1b58c0fe: Pull complete
6565
599d5b6b6766: Extracting [===>] ...
6666
c9b629762372: ...
6767
Digest: sha256:c2678197eb57da768edee4184901be3fa96d4c894a3396d09a2e5e36a1c91c42
68-
Status: Downloaded newer image for ghcr.io/qmacro/northbreeze:latest
68+
Status: Downloaded newer image for ghcr.io/qmacro/odd:latest
6969
```
7070

7171
Then the CAP server output should appear:

0 commit comments

Comments
 (0)