Docker Set up issue

I was having the same issue. Turns out somehow my docker config.json file (located in user home/.docker folder) was corrupted with ‘null’ values. I edited that file to contain valid json (just opening and closing braces) and now docker starts up. I then ran ‘docker login’.

1 Like