I am getting error while installing lakefs using this command sudo curl https://compose.lakefs.io | docker-compose -f - up
('Connection aborted.', PermissionError(13, 'Permission denied'))
b
Barak Amar
02/01/2022, 8:13 AM
Hi, based on the command line you shared it looks like you use the root user for docker.
So, you will want to move the sudo before the docker-compose (after the pipe)