# Using a private registry
You must first login to the registry using the following docker login
(opens new window) command.
$docker login registry.portal.kalisio.com
Then you will be asked to enter your credentials to log in.
Username: my_username
Password: my_password
Once logged in, you credentials will be stored by default in the Docker config file.