mirror of https://github.com/docker/docs.git
Update formatting.md
This commit is contained in:
parent
059593c865
commit
643954e77e
|
@ -91,6 +91,9 @@ docker inspect --format='{{range .NetworkSettings.Networks}}{{println .IPAddress
|
|||
# Hint
|
||||
|
||||
To find out what data can be printed, show all content as json:
|
||||
|
||||
{% raw %}
|
||||
```
|
||||
docker container ls --format='{{json .}}'
|
||||
```
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue