TOOL » VIRTUAL_ENVIRONMENT » DOCKER

Login

Login

shell
docker login OPTIONS SERVER
OptionDescription
-p --passwordPassword
-u --usernameUsername

Example of login to a self-hosted registry:

shell
docker login -u myuser localhost:8080

Logout

Remove login credentials for the specified server.

shell
docker logout SERVER

Example:

shell
docker logout localhost:8080