Docker inspect : Return low-level information on Docker objects, 직역하자면 도커 오브젝트의 low-level 정보를 확인할 수 있는 명령어
$ docker inspect [OPTIONS] NAME|ID [NAME|ID...]
| Option | Default | Description |
|---|---|---|
| -f, --format | Format output using a custom template: | |
| 'json': Print in JSON format | ||
| 'TEMPLATE': Print output using the given Go template. | ||
| Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | ||
| -s, --size | Display total file sizes if the type is container | |
| --type | Only inspect objects of the given type |