-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem running docker-compose with Podman on Windows 11 WSL-2 #15229
Comments
Thanks for reaching out, @mwoodpatrick ! |
Missing a |
Looks like it may not be parsing the
|
Oof, that's right, we don't have support for heredoc syntax. |
Should we close this as dup of containers/buildah#3474 , @mwoodpatrick you can track the original issue on buildah repo. |
Many thanks for the information, I will track the original issue, closing |
/kind bug
Description
I'm trying to find the best way to use docker-compose with Podman. Any pointers would be appreciated to best current practices. Is it still required to run podman rooted?
I'm following the steps in the article Using Podman and Docker Compose. The first example running with Gitea worked without issues however the second example used Traefik hit the error below
Steps to reproduce the issue:
Setup Podman as described in above article
cd ../traefik-golang/
sudo docker-compose up
Describe the results you received:
ERROR: Service 'backend' failed to build : Build failed
Describe the results you expected:
Containers would be setup as described in article
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Running on WSL-2 on windows 11
The text was updated successfully, but these errors were encountered: