Skip to content

Commit 23de313

Browse files
authored
Merge pull request #2413 from oasisprotocol/lukaw3d-patch-1
Fix command for fetching Docker image digests
2 parents 2c0afa2 + a0a8145 commit 23de313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rofl/workflow/containerize-app.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To prevent another container image being pulled inside ROFL, pin the **image
133133
digest** inside `compose.yaml`. Fetch the `sha256:...` digest by invoking:
134134

135135
```shell
136-
docker images --digest
136+
docker images --digests
137137
```
138138

139139
Then append `@` and the digest next to the image tag in your `compose.yaml`, for
@@ -144,4 +144,4 @@ example:
144144
```
145145

146146
[docker]: https://www.docker.com/
147-
[podman]: https://www.podman.io/
147+
[podman]: https://www.podman.io/

0 commit comments

Comments
 (0)