You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using podman and pulling an image with a short name it needs an TTY to ask for the registry to pull from. This fails with docker compose.
Troubleshooting
$ sudo docker-compose up
Pulling zookeeper (confluentinc/cp-zookeeper:7.0.1)...
ERROR: failed to resolve image name: short-name resolution enforced but cannot prompt without a TTY
This works after a sed -i 's#image: #image: docker.io/#g' docker-compose.yml that resulted in:
Description
When using podman and pulling an image with a short name it needs an TTY to ask for the registry to pull from. This fails with docker compose.
Troubleshooting
This works after a
sed -i 's#image: #image: docker.io/#g' docker-compose.yml
that resulted in:Environment
7.0.1-post
podman version 3.4.2
(output ofdocker --version
)podman version 3.4.2
(output ofdocker compose --version
)The text was updated successfully, but these errors were encountered: