如何在旧的 Mac 上安装 ddev/docker?
How can I install ddev/docker on an old, old Mac?
我正在 ddev
我的 Mac OS 10.12.6 上设置以访问开源项目。我收到以下错误。我试图找到适合此 OS 版本的版本,但没有成功。任何人都可以帮助解决这个问题吗?我可以安装 docker-machine 和 docker compose。
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 6 formulae.
Warning: You are using macOS 10.12.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
old version.
==> Installing ddev from drud/ddev
==> Downloading https://github.com/drud/ddev/archive/v1.17.2.tar.gz
Already downloaded: /Users/aviboy2006/Library/Caches/Homebrew/downloads/614bf0b8c7b32d6a364c18be4e0b7d95a4466f1e552ebd4a68dc967c9717950e--ddev-1.17.2.tar.gz
==> make VERSION=v1.17.2 COMMIT=v1.17.2
Last 15 lines from /Users/aviboy2006/Library/Logs/Homebrew/ddev/01.make:
COMMIT=v1.17.2
fatal: Not a git repository (or any of the parent directories): .git
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
make: *** No rule to make target `_', needed by `build'. Stop.
Do not report this issue to Homebrew/brew or Homebrew/core!
Error: You are using macOS 10.12.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
Homebrew 不支持您的 os 版本,因此您需要使用 he install_ddev.sh 技术。请参阅 https://ddev.readthedocs.io/en/stable/
处的脚本安装技术
我想您也会发现 docker 桌面版不支持您的 os 版本。
通过sh脚本安装。可以 运行 下面的脚本 :
curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
跟进:@aviboy2006 posted 了一个关于如何在旧 Mac 上做 ddev/docker 的完整教程:https://www.internetkatta.com/installation-of-ddev-docker-and-virtual-box-on-mac-os-10126
当你到达那个阶段时运行
curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
查看 dudes 网站上的文档1https://ddev.readthedocs.io/en/stable/
我正在 ddev
我的 Mac OS 10.12.6 上设置以访问开源项目。我收到以下错误。我试图找到适合此 OS 版本的版本,但没有成功。任何人都可以帮助解决这个问题吗?我可以安装 docker-machine 和 docker compose。
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 6 formulae.
Warning: You are using macOS 10.12.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
old version.
==> Installing ddev from drud/ddev
==> Downloading https://github.com/drud/ddev/archive/v1.17.2.tar.gz
Already downloaded: /Users/aviboy2006/Library/Caches/Homebrew/downloads/614bf0b8c7b32d6a364c18be4e0b7d95a4466f1e552ebd4a68dc967c9717950e--ddev-1.17.2.tar.gz
==> make VERSION=v1.17.2 COMMIT=v1.17.2
Last 15 lines from /Users/aviboy2006/Library/Logs/Homebrew/ddev/01.make:
COMMIT=v1.17.2
fatal: Not a git repository (or any of the parent directories): .git
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
make: *** No rule to make target `_', needed by `build'. Stop.
Do not report this issue to Homebrew/brew or Homebrew/core!
Error: You are using macOS 10.12.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
Homebrew 不支持您的 os 版本,因此您需要使用 he install_ddev.sh 技术。请参阅 https://ddev.readthedocs.io/en/stable/
处的脚本安装技术我想您也会发现 docker 桌面版不支持您的 os 版本。
通过sh脚本安装。可以 运行 下面的脚本 :
curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
跟进:@aviboy2006 posted 了一个关于如何在旧 Mac 上做 ddev/docker 的完整教程:https://www.internetkatta.com/installation-of-ddev-docker-and-virtual-box-on-mac-os-10126
当你到达那个阶段时运行
curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
查看 dudes 网站上的文档1https://ddev.readthedocs.io/en/stable/