書名: 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
...
}
]
推薦閱讀
- 電腦組裝與系統(tǒng)安裝
- Getting Started with oVirt 3.3
- Containerization with LXC
- Linux Mint Essentials
- WordPress Mobile Web Development:Beginner's Guide
- 操作系統(tǒng)基礎(chǔ)與實(shí)踐:基于openEuler平臺(tái)
- Python基礎(chǔ)教程(第3版)
- Java EE 8 Design Patterns and Best Practices
- Linux使用和管理指南:從云原生到可觀測(cè)性
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Linux服務(wù)器配置與管理
- NetDevOps入門與實(shí)踐
- iOS 8開發(fā)指南
- OpenSolaris設(shè)備驅(qū)動(dòng)原理與開發(fā)
- Advanced Infrastructure Penetration Testing