-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
The --after option does not appear to be working at the moment...
Running podman run quay.io/k9withabone/podlet --after db.service podman run someregistry.io/my/web:latest generates the following:
# web.container
[Unit]
[Container]
Image=someregistry.io/my/web:latest
Expected behavior is to see After=db.service in the unit section
Possibly related - let's try the --before option: podman run quay.io/k9withabone/podlet --before web.service podman run someregistry.io/my/db:latest:
# db.container
[Unit]
Before=web.service
After=
[Container]
Image=someregistry.io/my/db:latest
Empty after in the unit section is unexpected.
$ podman run quay.io/k9withabone/podlet --version
podlet 0.2.4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working