diff --git a/README.md b/README.md index 11df194..cd6a151 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ cd jq-1.3 docker inspect `dl` | jq -r '.[0].NetworkSettings.IPAddress' ``` -or (this is unverified) +or using a [go template](https://docs.docker.com/reference/commandline/cli/#inspect) ``` docker inspect -f '{{ .NetworkSettings.IPAddress }}'