ghaction-setup-containerd
ghaction-setup-containerd copied to clipboard
Integrate containerd with default docker installed on github linux runner
After including this action in my workflow, still when I query docker version it report the old version of containerd shipped with default github runner.
Is it possible to integrate default pre-installed docker in github runner ? Should I do any extra step to remove the default pre-installed docker ?
In case anyone else ends up here just looking for a way to use containerd with buildx in a GitHub runner, check out crazy-max/gh-action-setup-docker instead