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 All, I Want To Run A Task Inside A Container. This Container Needs To Get Docker Arguments (Volume, To Be Specific). In Addition, This Docker Image (Which Is Not Mine And Will Probably Not Change) Runs A Python Script Using An Entrypoint. This Python S

Hi all,
I want to run a task inside a container.
This container needs to get docker arguments (volume, to be specific).
In addition, this docker image (which is not mine and will probably not change) runs a python script using an ENTRYPOINT. This python script needs to get arguments in order to run.
When I try passing these script arguments using docker_args it fails to differentiate between the docker arguments to the script arguments.
Does anybody know a way to overcome this and to pass these docker args and script args in such way the agent will be able to identify which args are for the docker and which are for the script?

  
  
Posted 10 months ago
Votes Newest

Answers


Hi @<1539417873305309184:profile|DangerousMole43> , can you add an example of your usage + the errors you were getting?

  
  
Posted 10 months ago
538 Views
1 Answer
10 months ago
10 months ago
Tags
Similar posts