0 votes
in Docker by (197 points)
recategorized by
What is the command you need to give to push the new image to Docker registry in Devops?

1 Answer

0 votes
by (23.1k points)

Below is the command you need to give to push the new image to Docker registry in Devops

docker push myorg/img

Related questions

0 votes
asked Nov 27, 2019 in DevOps by rajeshsharma (23.1k points)
0 votes
...