July 2018
Intermediate to advanced
504 pages
11h 34m
English
While the container is running, we can inspect its parameters by using the docker inspect command. The output is provided in JSON format and it gives us a very comprehensive output:
$ docker inspect 00f343906df3[ { "Id": "00f343906df3f26c24e02cd61d6a37bbc36106b3b0372073673c2983cb6f", ... output truncated for brevity ... }]
Read now
Unlock full access