- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 53字
- 2021-08-13 16:03:47
Inspecting the Docker container
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
...
}
]
推薦閱讀
- Modern Web Testing with TestCafe
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Instant Handlebars.js
- Linux集群和自動化運維
- Windows Phone 8 Application Development Essentials
- 注冊表應用完全DIY
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Ubuntu Linux操作系統實用教程
- CSS揭秘
- Mastering Sass
- Serverless Architectures with Kubernetes
- Website Development with PyroCMS
- Azure Serverless Computing Cookbook