Hi team! I am trying to add a docker-container blo...
# ask-community
l
Hi team! I am trying to add a docker-container block to the local interface. When running
prefect block register -m prefect_docker
I only get the docker host and docker registry details blocks in the UI. How do i get the docker container block?
a
Are you looking for the built-in core’s block? if so, you don’t need to register that one: https://docs.prefect.io/api-ref/prefect/infrastructure/#prefect.infrastructure.DockerContainer
l
all good, I had to restart the orion database and the core blocks appeared
🙌 1