brash-train-33431
06/20/2022, 11:05 PMnerdctl run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -v elast_data:/usr/share/elasticsearch/data elasticsearch:6.6.0
or nerdctl pull elasticsearch:6.6.0
on my macOS but i am getting the following error FATA[0001] no match for platform in manifest: not found
I believe it is something regarding the architecture definition that is not ARM or x64. I am not sure.
when I try to run the command with the flag --all-platforms
it works but it doesn't work for me nerdctl pull elasticsearch:6.6.0 --all-platforms
fast-garage-66093
06/21/2022, 12:21 AMnerdctl pull elasticsearch:6.6.0
proud-jewelry-46860
06/21/2022, 12:23 AMamd64
image. So I'm going to guess you're on M1…arm64/v8
too.brash-train-33431
06/21/2022, 12:34 PM% nerdctl run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -v elast_data:/usr/share/elasticsearch/data <http://docker.elastic.co/elasticsearch/elasticsearch:6.0.0|docker.elastic.co/elasticsearch/elasticsearch:6.0.0>
nerdctl run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -v elast_data:/usr/share/elasticsearch/data elasticsearch:7.17.4
proud-jewelry-46860
06/21/2022, 4:41 PM