Permission denied when adding a range for user

Viewed 36

I am trying to get Docker Desktop to run but it is not starting.

I tried following this step and entered the following commands:

$ echo :10000:65536 >> /etc/subuid

However, I get an error:

zsh: permission denied: /etc/subuid

I tried running the command with sudo but I keep getting the same error.

What am I doing wrong?

0 Answers
Related