Skip to content

Instantly share code, notes, and snippets.

@omar-dulaimi
Created May 27, 2020 21:13
Show Gist options
  • Select an option

  • Save omar-dulaimi/ca64ffcece39d8c5cc79eecf44b07aef to your computer and use it in GitHub Desktop.

Select an option

Save omar-dulaimi/ca64ffcece39d8c5cc79eecf44b07aef to your computer and use it in GitHub Desktop.
Fix Docker client version 1.40 is too new. Maximum supported API version is 1.39 [UBUNTU]
apt-get install -y --allow-downgrades docker-ce-cli=5:19.03.8~3-0~ubuntu-$(lsb_release -cs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment