Skip to content

New Docker Pull Rates #725

Answered by simskij
moritz-topp asked this question in Q&A
Dec 23, 2020 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Yes, you need to do that for the credentials to be picked up. However, if you only intend to use DockerHub images, you could also try out the following, which will add that credential to all calls:

$ docker run -d \
  --name watchtower \
  -e REPO_USER=username \
  -e REPO_PASS=password \
  -v /var/run/docker.sock:/var/run/docker.sock \
  containrrr/watchtower container_to_watch --debug

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@moritz-topp
Comment options

Answer selected by simskij
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants