Merge pull request #31901 from davidxia/fix-docs
[docs] Fix incorrect `docker inspect` example Upstream-commit: b385a9156ea56e8e8fe91576196761e17a509469 Component: engine
This commit is contained in:
@@ -84,7 +84,7 @@ $ docker inspect --format='{{.LogPath}}' $INSTANCE_ID
|
||||
### Get an instance's image name
|
||||
|
||||
```bash
|
||||
$ docker inspect --format='{{.Container.Spec.Image}}' $INSTANCE_ID
|
||||
$ docker inspect --format='{{.Config.Image}}' $INSTANCE_ID
|
||||
```
|
||||
|
||||
### List all port bindings
|
||||
|
||||
Reference in New Issue
Block a user