I have an idea and I think it will involve Docker a lot. Any experts out there have resources they recommend? I’ve done basic stuff but looking to understand it more.

Reply to this note

Please Login to reply.

Discussion

If you want to do really fancy stuff with containers take a look at the SDKs. You can run either docker or podman as the backend. https://podman.io/blogs/2020/08/10/podman-go-bindings.html

https://docs.docker.com/engine/api/sdk/

Nice! Thanks. Didn’t even know that was a thing

Just use command line, easier than messing around w other tools + you can write some bash to automate certain stuff