You're seeing the "zsh: command not found: docker" error because the docker command isn't recognized by your Zsh shell . This likely means that Docker's command-line interface (CLI) isn't installed, or its location isn't included in your shell's $PATH variable. Here's how to fix this: 1. Check if Docker is Installed First, you need to confirm if Docker Desktop for Mac is installed on your MacBook Pro. The Docker CLI tool is bundled with Docker Desktop, and you should install it via the official Docker website. 2. If Docker is not Installed If Docker is not on your computer, you can download and install it from the official website. This will automatically install the necessary CLI tools and configure your $PATH . Download: Go to the Docker website . Install: Open the downloaded .dmg file and drag the Docker icon to your Applications folder. Run: Launch Docker Desktop from your Applications folder. You may need to log in to get it to run. Ve...
ความคิดเห็น
แสดงความคิดเห็น