arshadkazmi42 / ak-cli

:bookmark: Collection of useful cli commands
GNU General Public License v3.0
43 stars 27 forks source link

docker image push command #167

Closed arshadkazmi42 closed 5 years ago

arshadkazmi42 commented 5 years ago

docker push [OPTIONS] NAME[:TAG]

thilakarajk commented 5 years ago

@arshadkazmi42 I'll work on this issue.

thilakarajk commented 5 years ago

In order to complete the docker push command, docker login command is required.

So Shall I create a new issue for docker login [OPTIONS] [SERVER] ?

arshadkazmi42 commented 5 years ago

sure go ahead. Can you also create a issue for that