Closed maxexcloo closed 8 months ago
As Skyscraper builds on Windows, Linux and Mac, what is the added value of a Docker container?
Anyhow, can you elaborate this to an PR? Most likely a docker user don't want to have the Skyscraper input/output trapped into the container, I assume some -v
option on docker is to be used to have input provided to Skyscraper from the host and have Skyscraper output land on the host.
I prefer not to install as many packages if I can help it - and this allows for repeatable usage across environments (have been using my container for everything to good results). Happy to raise a PR, my Dockerfile is a bit opinionated I guess so I'll think about how best to update it.
Wondering if it would be possible to use a GitHub action to build the Docker container in an automated fashion (similar to the image I attempted here).
Awesome work BTW, appreciate the revival!