Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi ! Trying To Run A Local Version (Docker) And Have Some Troubles With My Mac . Do You Know If The Online Documentation Support The Latest Version Of Macos?

Hi ! trying to run a local version (docker) and have some troubles with my Mac . do you know if the online documentation support the latest version of macOS?

  
  
Posted one year ago
Votes Newest

Answers 11


does the webserver instance fails to run due to this error?

  
  
Posted one year ago

if you have problems with other images I suggest to run docker in emulation mode so you can run amd64 images

  
  
Posted one year ago

sorry to bother again but I’m still struggling to make the webserver work

  
  
Posted one year ago

not official but should work

  
  
Posted one year ago

I run into problem in two different steps ..

  • in the ELK max update
  • when I pass it and run the docker-compose I got an error regarding the platform (The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested) . eventually when the docker was up the webserver indicated for an error
  
  
Posted one year ago

in the logs I get :
open() “/usr/share/nginx/html/50x.html” failed (2: No such file or directory)

  
  
Posted one year ago

thank you . I suggest you add it in the docs somewhere …

  
  
Posted one year ago

you can try use a specific image like docker.io/arm64v8/mongo:latest

  
  
Posted one year ago

Hi BurlyOtter33 , you mean you're deploying the server itself on a mac?

  
  
Posted one year ago

yes

  
  
Posted one year ago

h i, if I’m not wrong, mongodb doesn’t have an ARM image (and you are using a Silicon one like me ofc 😄 )

  
  
Posted one year ago
760 Views
11 Answers
one year ago
one year ago
Tags