- 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
...
}
]
推薦閱讀
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Google系統架構解密:構建安全可靠的系統
- FreeRTOS實時內核應用指南
- Kali Linux滲透測試全流程詳解
- 玩到極致 iPhone 4S完全攻略
- 混沌工程實戰:手把手教你實現系統穩定性
- 突破平面3ds Max動畫設計與制作
- iOS 8開發指南
- Hands-On UX Design for Developers
- Troubleshooting Docker
- 應急指揮信息系統設計
- Angular權威教程
- 基于Arduino的嵌入式系統入門與實踐
- 樹莓派+傳感器:創建智能交互項目的實用方法、工具及最佳實踐
- Windows Azure實戰