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 Would Like To Report Something Else Weird In The Clearml-Agent 1.5.1 Running In Docker Mode: In The Logs, When It Dumps Its Config, It Writes:

Hi, I would like to report something else weird in the clearml-agent 1.5.1 running in docker mode:
In the logs, when it dumps its config, it writes: docker_cmd = python:3.8 -v /root/git/credential/socket:/root/git/credential/socket
I specified -v /root/git/credential/socket:/root/git/credential/socket in the CONTAINER > ARGUMENTS section of my experiment
I guess I understand that it shows the extra params of the docker command, but the reported docker_cmd is wrong in itself, or?

  
  
Posted one year ago
Votes Newest

Answers 5


yeah, what you see there is the complete command, after adding all the stuff the agent itself needs to make it work 🙂

  
  
Posted one year ago

Hi JitteryCoyote63 , I'm not sure I follow - why do you think it's wrong?

  
  
Posted one year ago

Ok yes, I get it, this info is also available at the very beginning of the logs, where the agent logs the full docker run command, this docker_cmd is a shorter version?

  
  
Posted one year ago

Hi SuccessfulKoala55 , not really wrong, rather I don't understand it, the docker image with the args after it

  
  
Posted one year ago

This is the string the agent builds on order to use when calling docker run (which is essentially the image name and any additional arguments)

  
  
Posted one year ago
597 Views
5 Answers
one year ago
one year ago
Tags