0 votes
in Docker by

Which of the following commands logs you into Docker Hub from the CLI?

a) docker login

b) docker auth

c) docker sign-in

d) docker connect

1 Answer

0 votes
by

a) docker login

Explanation:

The docker login command allows users to log into Docker Hub or any other Docker registry from the command-line

...