Skip to content

Podlet should use the Pod option for Container Quadlets #184

Description

@paulcalabro

https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#container-units-container

e.g., Pod=pod-name

Instead, it's using PodmanArgs.

e.g.,

podlet podman run --pod test-deployment alpine:latest

or

podlet podman run --pod test-deployment.pod alpine:latest
# alpine.container
[Container]
Image=alpine:latest
PodmanArgs=--pod test-deployment
# alpine.container
[Container]
Image=alpine:latest
PodmanArgs=--pod test-deployment.pod

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions