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. I Use Set_Base_Docker For Remote Execute. Its My Custom Image From Gitlab Registry. And My Question Is How I Can Use Script And Etc From My Image? On My Local Machine I’Ve Got In Docker Container Folder With Code From That Image If I Made It Like From

Hi. I use set_base_docker for remote execute. Its my custom image from gitlab registry. And my question is how I can use script and etc from my image? On my local machine i’ve got in docker container folder with code from that image if i made it like FROM my_custom_image. But if i use set_base_docker i’ve got nothing.

  
  
Posted one year ago
Votes Newest

Answers


Hi @<1523701457835003904:profile|AbruptHedgehog21> , I'm not sure I understand - How do you use set_base_docker and what do you expect to happen?

  
  
Posted one year ago