Hi im having issues performing some docker stuff on ubuntu multi node playground . . .

mig:
hi im having issues performing some docker stuff on ubuntu multi node playground, can anyone help?

Dinesh Pratap Singh (KodeKloud):
Hi @mig,
It is happening as latest version of package <http://containerd.io|containerd.io> is not supported in the playgrounds as of now.

While installing docker, could you please try it with http://containerd.io|containerd.io=1.4.11-1 version instead.

Example command:

sudo apt-get install docker-ce docker-ce-cli <http://containerd.io|containerd.io>=1.4.11-1 docker-compose-plugin 

Let me know if you are still facing issues with this.
Regards,

yes tried this method and seems to be working thank you!