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 Everybody ! When Running An Agent In Docker Mode And Launching A Task With A Docker Image From A Private Dockerhub Repo I Get The Following Error :

Hi everybody !
When running an agent in docker mode and launching a task with a docker image from a private dockerhub repo I get the following error : docker: Error response from daemon: pull access denied for <repo:tag>, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Is there a field in the config file where I can insert the account credentials/token in order to allow the agent to pull the docker image from the repo before setting up the environment?

Thank you!

  
  
Posted 2 years ago
Votes Newest

Answers


Hi SwankyCrab22 , how are you running the agent? If you're simply running it from the command line, you'll need to call docker login before and provide your private repository credentials

  
  
Posted 2 years ago
959 Views
1 Answer
2 years ago
one year ago
Tags
Similar posts