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
Very Weird Error, Trying To Run An Experiment Through An Agent In Docker Mode, And I Get This Error

Very weird error, trying to run an experiment through an agent in docker mode, and I get this error

docker: Error response from daemon: create /home/elior/Dev/Projects/my_project/data: " /home/elior/Dev/Projects/my_project/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.

  
  
Posted 3 years ago
Votes Newest

Answers 32


lets try

  
  
Posted 3 years ago

could be 192.168.1.255?

  
  
Posted 3 years ago
3K Views
32 Answers
3 years ago
one month ago
Tags
Similar posts