We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
42toolbox/init_docker.sh
Line 32 in 1e4375a
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 ;:
The text was updated successfully, but these errors were encountered:
Hi, your campus must have done some special setup because docker should not be installed with brew by default. Actually, brew itself should not.
Sorry, something went wrong.
No branches or pull requests
42toolbox/init_docker.sh
Line 32 in 1e4375a
I can't 'brew uninstall docker. Because i don't have root privileges.
What do you think about removing just docker?
The text was updated successfully, but these errors were encountered: