does configuring a docker-registry block confirm t...
# best-practices
b
does configuring a docker-registry block confirm that authentication succeeded?
t
Without reading the source I am going to take a guess and say no. My hunch is that the credentials are not evaluated until run time, which is when the block is used
b
yeah it did seem too easy. Thankfully I ran a docker login command to have some reassurance
Copy code
The above exception was the direct cause of the following exception: RuntimeError: Could not connect to Docker.