• @[email protected]
    link
    fedilink
    English
    17 months ago

    sudo pacman -S docker-compose

    I did all the steps you mentioned and now it works(at least if use sudo to run the commands).

    • Pyrosis
      link
      English
      17 months ago

      I thought it would. If it still requires sudo to run it is probably just docker wanting your user account added to the docker group. If the “docker” group doesn’t exist you can safely create it.

      You will likely need to log out and log back in for the system to recognize the new group permissions.