Comment 7 for bug 1796119

Revision history for this message
Kevin Kramer (kmkramer71) wrote :

FWIW.

I had 4 Bionic installs that just had docker-ce installed from the repo along with pip docker and this issue hit me. These hosts did not have docker-compose installed. I just had to `apt -y remove golang-docker-credential-helpers; pip install docker` to get it to work via command line or saltstack state apply.