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 Have A Question About Creation Of Docker Container Using Clearml-Agent, Can I Set A Proxy Then Pulling Image From My Local Docker Hub?

Hi, I have a question about creation of docker container using clearml-agent, can I set a proxy then pulling image from my local docker hub?

  
  
Posted 2 months ago
Votes Newest

Answers 5


ok! Thanks~

  
  
Posted 2 months ago

Hi @<1702130048917573632:profile|BlushingHedgehong95> , you can simply provide an image path to your repository (i.e. <artifactory-url>/image:tag )

  
  
Posted 2 months ago

Anything else (like a proxy) is just set for docker (which the agent uses), the agent just assumes docker can get to the required image

  
  
Posted 2 months ago

@<1523701087100473344:profile|SuccessfulKoala55> OK! Thanks for your help 🙂 I will try it now, but i want to confirm that is <artifactory-url> meaning something like None ? Thanks Again ~

  
  
Posted 2 months ago

this is not with a scheme, it's usually the server address/domain

  
  
Posted 2 months ago
199 Views
5 Answers
2 months ago
2 months ago
Tags