-
Notifications
You must be signed in to change notification settings - Fork 487
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
podman-compose fails with creating pod on first step #346
Comments
I've assumed that all podman support that flag. For now try the equivalent
cntnet mapping
…On Sat, Oct 16, 2021, 4:53 AM jezkerwin ***@***.***> wrote:
Podman version : 3.2.3
podman-compose version : 0.1.7dev
Linux : RHEL 8.4
When attempting to execute podman-compose over a docker-compose.yml file,
the command to create the pod fails with the following error below.
The starting of the containers then fails because it can't find the pod.
***@***.*** vectr]$ podman-compose up
['podman', '--version', '']
using podman version: podman version 3.2.3
podman pod create --name=vectr --infra-name=vectr_infra --share net -p 8081:8443
Error: unknown flag: --infra-name
125
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#346>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAPK2W7M3FEA3NBEDYKUDUHDLJ5ANCNFSM5GDCMJIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sorry, how do we go about doing that? |
Sorry, I'm not sure what you mean by this |
details here https://github.com/containers/podman-compose/blob/devel/docs/Mappings.md |
fixed by this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Podman version : 3.2.3
podman-compose version : 0.1.7dev
Linux : RHEL 8.4
When attempting to execute podman-compose over a docker-compose.yml file, the command to create the pod fails with the following error below.
The starting of the containers then fails because it can't find the pod.
The text was updated successfully, but these errors were encountered: