Skip to content

Commit 68c0dc2

Browse files
committed
dockerfile(docs): fix liquid syntax
Signed-off-by: CrazyMax <[email protected]>
1 parent 5e0b785 commit 68c0dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,9 +964,11 @@ the most-recently-applied value overrides any previously-set value.
964964
To view an image's labels, use the `docker image inspect` command. You can use
965965
the `--format` option to show just the labels;
966966

967+
{% raw %}
967968
```console
968969
$ docker image inspect --format='{{json .Config.Labels}}' myimage
969970
```
971+
{% endraw %}
970972

971973
```json
972974
{

0 commit comments

Comments
 (0)