fix(docs): correct bash history command tag name
This commit is contained in:
parent
172c616131
commit
f16e22700e
@ -8,7 +8,7 @@ command, you can see the command that was used to create each layer within an im
|
|||||||
created earlier in the tutorial.
|
created earlier in the tutorial.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker image history getting-started
|
docker image history docker/getting-started
|
||||||
```
|
```
|
||||||
|
|
||||||
You should get output that looks something like this (dates/IDs may be different).
|
You should get output that looks something like this (dates/IDs may be different).
|
||||||
@ -38,7 +38,7 @@ command, you can see the command that was used to create each layer within an im
|
|||||||
full output (yes... funny how you use a truncated flag to get untruncated output, huh?)
|
full output (yes... funny how you use a truncated flag to get untruncated output, huh?)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker image history --no-trunc getting-started
|
docker image history --no-trunc docker/getting-started
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user