書名: Learn OpenShift作者名: Denis Zuev Artemii Kropachev Aleksey Usov本章字?jǐn)?shù): 53字更新時(shí)間: 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
...
}
]
推薦閱讀
- Mastering vRealize Operations Manager(Second Edition)
- Linux實(shí)戰(zhàn)
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- Ganglia系統(tǒng)監(jiān)控
- 嵌入式實(shí)時(shí)操作系統(tǒng):RT-Thread設(shè)計(jì)與實(shí)現(xiàn)
- 網(wǎng)絡(luò)操作系統(tǒng)教程:Windows Server 2016管理與配置
- Linux內(nèi)核觀測技術(shù)BPF
- iOS 8開發(fā)指南
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Learn Quantum Computing with Python and IBM Quantum Experience
- Angular權(quán)威教程
- Implementing Cloud Design Patterns for AWS(Second Edition)
- Mastering Eclipse Plug-in Development
- Website Development with PyroCMS
- Android Telephony原理解析與開發(fā)指南