https://github.com/ArjenR/podman-deploy
Easily build and deploy podman containers (pod) as a systemd service using podman-compose
https://github.com/ArjenR/podman-deploy
Last synced: 4 months ago
JSON representation
Easily build and deploy podman containers (pod) as a systemd service using podman-compose
- Host: GitHub
- URL: https://github.com/ArjenR/podman-deploy
- Owner: ArjenR
- License: gpl-3.0
- Created: 2021-06-10T19:43:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T13:46:30.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:38:36.288Z (7 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podman-deploy
Easily build and (re-) deploy podman containers (pod) as a systemd service using podman-composeDepends on:
* podman
* podman-compose (https://github.com/containers/podman-compose)
* systemdPlace it where you like it.
It can take regular parameters for `podman-compose up` like `--build`
`-d` is included and necessary.To be run with sudo, it does not (yet) support non-root containers.