Prefect unable to run custom docker image #18340
-
I am trying to run the prefect in the docker container as self-hosted and so for it I have created 2 docker compose services where one is server and other is client now within prefect I have created the prefect worker like this
later on while creating the deployment I am executing the command like this Also I have docker image pushed in docker hub registry yet I am getting below error
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hi @meet-cybage - something seems off about your work pool
what does |
Beta Was this translation helpful? Give feedback.
Your docker-pool is not actually a Docker work pool. The type is
process
instead ofdocker
.