mirror of https://github.com/docker/docs.git
Update content_trust.md
Removed "Using default tag: latest" from sample command output. The testing tag was specified in the command, so it would not being using the default tag.
This commit is contained in:
parent
75017c729f
commit
7dcc7469b0
|
@ -267,7 +267,6 @@ you signed and pushed earlier:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker pull <username>/trusttest:testing
|
$ docker pull <username>/trusttest:testing
|
||||||
Using default tag: latest
|
|
||||||
Pull (1 of 1): <username>/trusttest:testing@sha256:d149ab53f871
|
Pull (1 of 1): <username>/trusttest:testing@sha256:d149ab53f871
|
||||||
...
|
...
|
||||||
Tagging <username>/trusttest@sha256:d149ab53f871 as docker/trusttest:testing
|
Tagging <username>/trusttest@sha256:d149ab53f871 as docker/trusttest:testing
|
||||||
|
|
Loading…
Reference in New Issue