Docker push to Azure container registry fails because authentication expires before it finishes - workaround?
Solution 1:
A functioning workaround appears to be to ignore az acr login
entirely, and go straight to docker login
which actually caches its credentials
I used the workaround of enabling the administrator account and logging in with that in order to push - but this still works with RBAC/user accounts besides the administrator too