I am getting error while installing lakefs using t...
# help
r
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
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)
@Rao let me know if it works for you