Skip to content

Instantly share code, notes, and snippets.

@prafiles
Created March 9, 2023 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prafiles/b612ba89c3ce75b0b3a8395aa5a75ff3 to your computer and use it in GitHub Desktop.
Save prafiles/b612ba89c3ce75b0b3a8395aa5a75ff3 to your computer and use it in GitHub Desktop.
Pin Docker and related plugins till issue is fixed: https://github.com/docker/for-linux/issues/1129
#!/bin/sh
sudo apt-get install docker-ce=5:20.10.23~3-0~ubuntu-jammy docker-ce-cli=5:20.10.23~3-0~ubuntu-jammy containerd.io=1.6.18-1 docker-compose-plugin=2.16.0-1~ubuntu.22.04~jammy
sudo apt-mark hold docker-ce docker-ce-cli containerd.io docker-compose-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment