How to login to Codemill docker artifactory
note
This requires you to have docker installed and that you have been provided with docker artifactory credentials.
In order to login to the Codemill docker artifactory, enter the following command in the terminal.
docker login --username=<username> --password=<password> https://codemill-docker.jfrog.io
You should see the following message stating that login was successful.
Login Succeeded