Beginner Docker & Containers
Q34 / 100

What does "docker push" do?

Correct! Well done.

Incorrect.

The correct answer is B) Uploads a local image to a remote registry such as Docker Hub

B

Correct Answer

Uploads a local image to a remote registry such as Docker Hub

Explanation

"docker push <repository>:<tag>" uploads a locally tagged image to a remote registry so it can be pulled by others.

Progress
34/100