--- title: "Podman Error - Cannot create container for service init: No such image" slug: "podman-error-cannot-create-container-for-service-init-no-such-image" updated: 2024-09-24T07:40:57Z published: 2024-09-24T07:40:57Z canonical: "help.hyperscience.ai/podman-error-cannot-create-container-for-service-init-no-such-image" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt > Use this file to discover all available pages before exploring further. # Podman Error - Cannot create container for service init: No such image ## Issue One of the following errors occurs when starting Hyperscience on RHEL with Podman: ```plaintext Cannot create container for service init: No such image: docker.io/library.forms:33.1.9: image not known ``` ```plaintext Cannot create container for service forms_db: No such image: docker.io/library/postgres:33.1.15: image not known ``` ```plaintext Cannot create container for service hsinitcheck_init_run: No such image: docker.io/library/forms:33.1.15: image not known ``` ![CannotCreateContainerForServiceInit.png](https://cdn.us.document360.io/87894cef-4958-4f3f-be6f-b75a78c82548/Images/Documentation/cannotcreatecontainerforserviceinit.png) ## Affected versions v33.1.0 and later ## Affected configurations All configurations where Podman v4-v4.1.0 is enabled ## Cause A bug in Podman is causing this issue. For more information about the bug, see [Podman's Docker-compatible REST API and previously pulled images](https://github.com/containers/podman/issues/14291) in GitHub. ## Solution / Workaround Choose one of the following solutions: - Use the solution provided on the page linked above by setting *compat_api_enforce_docker_hub* to *false*. - Upgrade Podman to v4.1.1 or later.