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 Getting Set Up With Gcp Autoscaler And I'M Wondering What Image People Typically Use For Running Docker Jobs. The Image That I Was Using

Hi all,

I'm getting set up with GCP Autoscaler and I'm wondering what image people typically use for running docker jobs. The image that I was using projects/debian-cloud/global/images/debian-11-bullseye-v20231115 does not appear to have docker preinstalled. Any suggestions would be greatly appreciated!

Cheers,
James

  
  
Posted one year ago
Votes Newest

Answers 3


Hi AmusedCat74 , this is the default image I use
projects/ml-images/global/images/c6-deeplearning-tf2-ent-2-3-cu110-v20201105-ubuntu-1804
I guess the image really depends on your needs

  
  
Posted one year ago

CostlyOstrich36 Thank you. Which docker image do you use with this machine image?

  
  
Posted one year ago
1K Views
3 Answers
one year ago
one year ago
Tags