containers / containers/podlet

Podlet should use the Pod option for Container Quadlets

Open
#184 4 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Rust
Stars
1.6k
Forks
48
Avg merge
1d 9h
Merged PRs (30d)
1

Description

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.