Skip to content

use with podman with enabled docker compatibility shows error #385

@davsaniuv

Description

@davsaniuv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions