Код: Выделить всё
$ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Код: Выделить всё
/sandbox # ./aws/install
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
You can now run: /usr/local/bin/aws --version
export DOCKER_DEFAULT_PLATFORM=linux/amd64 или
docker build --platform linux/amd64 -t php5 --progress=plain --no-cache . или
docker run -d --name webserver5 --platform linux/amd64 -p 8888:80 -v /Users/avinda-blrm24/workspace:/sandbox php5 работает вот так, но бесполезно.Помощь?
Подробнее здесь: https://stackoverflow.com/questions/789 ... e-or-direc