You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run and Build drivers for podman and docker should use official API rather than run shell commands. This can be accomplished natively in node and using curl over ssh.
Run and Build drivers for podman and docker should use official API rather than run shell commands. This can be accomplished natively in node and using curl over ssh.
Relevant Links
https://podman.io/blogs/2020/01/17/podman-new-api.html
https://docs.docker.com/engine/api/v1.40/
https://docs.docker.com/engine/api/sdk/examples/
https://flaviocopes.com/node-http-post/
https://stackoverflow.com/questions/41177350/node-js-send-get-request-via-unix-socket
https://unix.stackexchange.com/questions/413948/proxying-traffic-on-local-unix-to-a-remote-unix-socket-over-ssh
https://github.com/containers/libpod/blob/master/docs/source/markdown/podman-system-service.1.md
The text was updated successfully, but these errors were encountered: