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'M Trying To Start Docker Container In Agent Not As A Root. Read, That There Is Clearml_Agent_Exec_User Environment Variable For That. But Is Seems To Be Ignored, When I Pass It As With Docker'S -E Argument. What'S The Correct Way To Make Agent N

Hi all. I'm trying to start docker container in agent not as a root. Read, that there is CLEARML_AGENT_EXEC_USER environment variable for that. But is seems to be ignored, when I pass it as with docker's -e argument. What's the correct way to make agent not switch to root? Default argument in container is username.

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1715900788393381888:profile|BitingSpider17> , how do you mean it's ignored? I can see this being used in the code - what exactly are you setting there and what is the context? (OS, how is the agent run, etc.)

  
  
Posted 2 months ago
256 Views
1 Answer
2 months ago
2 months ago
Tags