We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3759f1 commit 2b2a43aCopy full SHA for 2b2a43a
README.md
@@ -80,9 +80,10 @@ Each image is built with certain labels:
80
- `git_repo_url`: if source=git, the repo used to build
81
82
Labels can be shown by running something like
83
-```json
+```sh
84
% docker image inspect jamesob/bitcoind:master | jq '.[0] .Config .Labels'
85
-
+```
86
+```json
87
{
88
"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'",
89
"bitcoin-source": "git",
0 commit comments