podtender 0.5.0

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