hi guys, how do i control the image name that is u...
# ask-community
j
hi guys, how do i control the image name that is used for docker storage? e.g. if i enter a flow name with underscores, it converts it to dashes to get a repo name https://docs.prefect.io/orchestration/flow_config/storage.html#docker
c
Hey @Jonathan Loscalzo — you can specify an image name and tag with the
image_name
and
image_tag
kwargs on the Docker storage class
j
oh, perfect, i had seen that but somehow in my mind thought it was the local run name and ignored it
c
Yea no worries at all