ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

Add container_cmd_args option for single containers #7

Closed cfelder closed 4 years ago

cfelder commented 4 years ago

e.g. podman run --name certbot --rm -v ... docker.io/certbot/certbot \ certonly --webroot --webroot-path=/usr/share/nginx/html \ -d exmaple.com

Fixes: #6

ikke-t commented 4 years ago

excellent, I also learned a new use case, thanks :)

cfelder commented 4 years ago

Unfortunately this will need a follow up if container_cmd_args is not defined.