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
Hello

Hello 👋 ,
I'm trying to debug a ImportError: libGL.so.1: cannot open shared object file: No such file or directory inside my docker image (hosted on an EC2 the autoscaler started).
Once connected to the host machine is there a way to restart the docker container and execute the commands the AutoScaler sent? I'd like to reproduce the error, It would help with the debugging.
Many thanks 🙏

  
  
Posted 2 years ago
Votes Newest

Answers 4


Ok thanks! I'll try this

  
  
Posted 2 years ago

Hi ThoughtfulWoodpecker99 ,
the commands sent by the AutoScaler are basically the user-data script executed by the instance on startup. You can find this script and simply run the commands yourself.

  
  
Posted 2 years ago

"When a user data script is processed, it is copied to and run from /var/lib/cloud/instances/instance-id/ "

  
  
Posted 2 years ago
620 Views
4 Answers
2 years ago
one year ago
Tags