Update formatting.md

This commit is contained in:
Anne Henmi
2018-12-26 09:50:25 -07:00
committed by GitHub
parent 059593c865
commit 643954e77e

View File

@@ -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 %}