podtender 0.5.0

A rust client for the podman API.
Documentation
1
2
3
4
FROM alpine:latest
COPY run.sh /
RUN chmod +x /run.sh
CMD ["/run.sh"]