Created
May 25, 2023 01:24
-
-
Save gengwg/bd62be8b7bcf41210339e88fe2fa511a to your computer and use it in GitHub Desktop.
brew install docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install --cask docker | |
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-cask/fbcbfbdf7379500b5647725f560bb538f367a931/Casks/docker.rb | |
######################################################################################################################################################################################################### 100.0% | |
==> Downloading https://desktop.docker.com/mac/main/arm64/106363/Docker.dmg | |
######################################################################################################################################################################################################### 100.0% | |
==> Installing Cask docker | |
==> Moving App 'Docker.app' to '/Applications/Docker.app' | |
==> Linking Binary 'docker' to '/usr/local/bin/docker' | |
Password: | |
==> Linking Binary 'docker-compose' to '/usr/local/bin/docker-compose' | |
==> Linking Binary 'docker-compose' to '/usr/local/bin/docker-compose-v1' | |
==> Linking Binary 'docker-credential-desktop' to '/usr/local/bin/docker-credential-desktop' | |
==> Linking Binary 'docker-credential-ecr-login' to '/usr/local/bin/docker-credential-ecr-login' | |
==> Linking Binary 'docker-credential-osxkeychain' to '/usr/local/bin/docker-credential-osxkeychain' | |
==> Linking Binary 'docker-index' to '/usr/local/bin/docker-index' | |
==> Linking Binary 'hub-tool' to '/usr/local/bin/hub-tool' | |
==> Linking Binary 'kubectl' to '/usr/local/bin/kubectl.docker' | |
==> Linking Binary 'docker.bash-completion' to '/opt/homebrew/etc/bash_completion.d/docker' | |
==> Linking Binary 'docker-compose.bash-completion' to '/opt/homebrew/etc/bash_completion.d/docker-compose' | |
==> Linking Binary 'docker.zsh-completion' to '/opt/homebrew/share/zsh/site-functions/_docker' | |
==> Linking Binary 'docker-compose.zsh-completion' to '/opt/homebrew/share/zsh/site-functions/_docker_compose' | |
==> Linking Binary 'docker.fish-completion' to '/opt/homebrew/share/fish/vendor_completions.d/docker.fish' | |
==> Linking Binary 'docker-compose.fish-completion' to '/opt/homebrew/share/fish/vendor_completions.d/docker-compose.fish' | |
==> Linking Binary 'com.docker.vpnkit' to '/usr/local/bin/vpnkit' | |
==> Linking Binary 'com.docker.cli' to '/usr/local/bin/com.docker.cli' | |
🍺 docker was successfully installed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment