Skip to content

Commit dd6b37a

Browse files
committed
(MKD) - Trying to alter expression to avoid warnings.
1 parent 7ebb1b8 commit dd6b37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-6-9-tooling-docker-docker-compose-ddev-cheatsheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ docker system prune -f
233233
docker stats
234234

235235
# Same but with a formatted output.
236-
docker stats --all --format `table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}`
236+
docker stats --all --format `table { { .Container } }\t{ { .CPUPerc } }\t{ { .MemUsage } }`
237237
238238
# Fixing results in prompt.
239239
docker ps -q | xargs docker stats --no-stream

0 commit comments

Comments
 (0)