Docker and Docker Compose

Hi, I am running latest version bullseye.

Do we have any guide to install docker and compose?

Thanks

Installing docker your Linux is as simple as:

curl -fsSL get.docker.com | sudo sh

Then you can now install containers as you wish. For example, I was playing with nextcloud-all-in-one yesterday - https://github.com/nextcloud/all-in-one

Thank you for the details.

Ta