i'm trying to run takeout with podman but it shows an error
takeout enable
Docker is not available.
Verify that the Docker service is running:
sudo systemctl status docker
Start the Docker service:
sudo systemctl start docker
You are not in the docker group.
You need to be in that group to run Docker as non-root. Add it by running:
sudo usermod -aG docker ${USER}
and restart your session.
i've enabled docker compatibility in podman and i've selected the podman socket and enabled third-party docker tool compatibility