我正在尝试在我的 mac air (m1) 上安装 Aerospike。我正在按照网站上提到的这些步骤进行操作:https://download.aerospike.com/docs/operations/install/docker/mac/ 但是当我运行容器时,它显示了一个错误
The requested image's platform (Linux/amd64) does not match the detected host platform (Linux/arm64/v8) and no specific platform was requested
我想问一下,这只是一个警告,但容器仍然没有出现在列表中(docker ps)。
运行 docker 容器的命令(如网站上所述):
docker run --rm -tid --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 \
-v <directory-of-license-file>:/aerospike/etc/ \
-e "FEATURE_KEY_FILE=/aerospike/etc/evaluation-features.conf" \
-e "NAMESPACE=<name-of-namespace>" aerospike/aerospike-server-enterprise
我试过这个线程但不明白: How to install Aerospike on Mac?
请帮忙解决。
节点 v : 14.16.1
npm v : 7.13.0
docker v : 20.10.7,构建 f0df350
操作系统:macOS Big Sur (m1)