Difference between revisions of "Docker push"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
<code>[[docker push]]</code> Push an image or a repository to a [[registry]]
+
<code>[[docker push]]</code> push an image or a [[repository]] to a [[registry]]
 
* https://docs.docker.com/engine/reference/commandline/push/
 
* https://docs.docker.com/engine/reference/commandline/push/
  

Revision as of 07:26, 13 July 2022

docker push push an image or a repository to a registry

docker push "your_ecr_repo/elasticsearch:v9.9"
The push refers to repository [xxxxxxxx.dkr.ecr.eu-central-1.amazonaws.com/repo/name]
40a381ca46dc: Preparing
f9cd3098ca32: Preparing
c3e87cd6748e: Preparing
3995c6207484: Preparing
9cbb1bc9540c: Preparing
2dca0f18577a: Waiting
e77d17b4c748: Waiting
5fde16b8f2a5: Waiting
bb800dda9d0e: Waiting
f92203fcb38b: Waiting
e9fb19c67236: Waiting
0a367bc63a2a: Waiting
denied: Your authorization token has expired. Reauthenticate and try again.
Solution: docker login

Related terms

See also

Advertising: