Adding a script to cache DockerHub images locally as SIFs. The --docker-login option allows a user to authenticate with their DockerHub username/password to pull private images or to increase the DockerHub pull rate limit.
Authenticated (free DockerHub accounts) pull have a limit of 200 requests every 6 hours; whereas, unauthenticated pulls have a pull rate limit of 100 pulls every 6 hours.
Here is the expected format of the file provided to the --docker-login option, where <dockerhub_username> and <dockerhub_password> are replaced with a valid DockerHub username and password.:
About
Adding a script to cache DockerHub images locally as SIFs. The
--docker-login
option allows a user to authenticate with their DockerHub username/password to pull private images or to increase the DockerHub pull rate limit.Authenticated (free DockerHub accounts) pull have a limit of 200 requests every 6 hours; whereas, unauthenticated pulls have a pull rate limit of 100 pulls every 6 hours.
Here is the expected format of the file provided to the
--docker-login
option, where<dockerhub_username>
and<dockerhub_password>
are replaced with a valid DockerHub username and password.: