Block a user
Autocompletion breaks when app .env can't be parsed
Failing to deploy Traefik on server missing kernel
I had a similar issue a while ago. I discovered that the user I logged in on the host system with lacked user privileges.
for me, this worked:
$ sudo groupadd -f docker
$ sudo usermod…