- 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
- Linux實戰
- UNIX操作系統設計
- 計算機系統開發與優化實戰
- 嵌入式操作系統(Linux篇)(微課版)
- Ceph分布式存儲實戰
- Linux服務器配置與管理
- Django Project Blueprints
- Web Penetration Testing with Kali Linux(Third Edition)
- Java EE 7 Developer Handbook
- Java EE 8 High Performance
- 基于Arduino的嵌入式系統入門與實踐
- SAP后勤模塊實施攻略:SAP在生產、采購、銷售、物流中的應用
- 不可不知的Windows技巧
- Oracle Goldengate 11g Complete Cookbook