mirror of https://github.com/docker/docs.git
Merge pull request #21644 from dvdksn/fix-docker-push-syntaxerror
fix: invalid docker push command with multiple tags
This commit is contained in:
commit
2e6782a75d
|
|
@ -36,7 +36,7 @@ images with others or use them in different environments.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker push my-app my-namespace/my-repo:v1.0
|
$ docker push my-namespace/my-repo:v1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
This command pushes the image tagged `v1.0` to the `my-namespace/my-repo` repository.
|
This command pushes the image tagged `v1.0` to the `my-namespace/my-repo` repository.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue