georgelza / split-sources-in-streaming-world

1 stars 0 forks source link

Should `sudo` command be removed from the `docker` commands? #1

Open bazzani opened 1 month ago

bazzani commented 1 month ago

Hi @georgelza, I noticed you are using sudo in all the docker commands, and I wondered why.

I always have to type my user password when running the makefile build, which is slightly obtrusive 🤓

bazzani commented 1 month ago

When I remove the sudo command, I get this error, but I think this may be a symptom of another problem, as one usually does not need to use sudo when running docker build commands 🤔

georgelza commented 1 month ago

My builds on my machine also always run as root. So just use to it like that. You should be able to do a search through the dir structure for georgelza and replace it with your name.

bazzani commented 1 month ago

Something may have changed with Docekr recently @georgelza as I was unable to do any docker builds without using sudo (i applied the chown fix in the post below to get ti working, maybe that is a bit of overkill though)