42toolbox icon indicating copy to clipboard operation
42toolbox copied to clipboard

init_docker.sh

Open Hojun-Cho opened this issue 1 year ago • 1 comments

https://github.com/alexandregv/42toolbox/blob/1e4375ac37516620ecb93cfcd75de715bc4086df/init_docker.sh#L32

I can't 'brew uninstall docker. Because i don't have root privileges.

@@@ > type docker
docker is hashed (/usr/local/bin/docker)
@@@ > ls -al /usr/local/bin/docker
lrwxr-xr-x  1 root  wheel  54 Jul 27 13:05 /usr/local/bin/docker -> /Applications/Docker.app/Contents/Resources/bin/docker

What do you think about removing just docker?

brew uninstall -f docker-compose docker-machine &>/dev/null ;:

Hojun-Cho avatar Jul 27 '23 04:07 Hojun-Cho

Hi, your campus must have done some special setup because docker should not be installed with brew by default. Actually, brew itself should not.

alexandregv avatar Jul 27 '23 12:07 alexandregv