Skip to content

Commit 2b2a43a

Browse files
authored
Update README.md
1 parent a3759f1 commit 2b2a43a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ Each image is built with certain labels:
8080
- `git_repo_url`: if source=git, the repo used to build
8181

8282
Labels can be shown by running something like
83-
```json
83+
```sh
8484
% docker image inspect jamesob/bitcoind:master | jq '.[0] .Config .Labels'
85-
85+
```
86+
```json
8687
{
8788
"bitcoin-configure-args": "--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary --disable-ccache --disable-maintainer-mode --disable-dependency-tracking CFLAGS='-O2 -g'",
8889
"bitcoin-source": "git",

0 commit comments

Comments
 (0)