Show HN: dockerc – Docker image to static executable "compiler"
81–90 of 150 posts
Re: Show HN: dockerc – Docker image to static executable "compiler"
#82Re: Show HN: dockerc – Docker image to static executable "compiler"
#83Re: Show HN: dockerc – Docker image to static executable "compiler"
#84Re: Show HN: dockerc – Docker image to static executable "compiler"
#85Re: Show HN: dockerc – Docker image to static executable "compiler"
#86Same thing as Apptainer/Singularity? Or a different approach? I always remember having issues using the Singularity outputs for anything that needed to interact with the filesystem.
I hadn't heard of Apptainer/Singularity before but it doesn't seem to provide the ability to create standalone executables.
Re: Show HN: dockerc – Docker image to static executable "compiler"
#87This is incredibly cool! Currently using docker as a way to easily distribute and run an open project[1], this would be great to use on top of docker Will this run ok on a Mac? (I see the feature is pending, any tests done yet?) [1] https://github.com/nicobrenner/commandjobs
Thanks! > Will this run ok on a Mac? I've managed to make it work but unfortunately not in a way that produces portable binaries. I just need to figure out how to selectively statically link some of the QEMU dependencies or write a runtime that uses Apple's VirtualizationFramework.
Re: Show HN: dockerc – Docker image to static executable "compiler"
#88Awesome use of that rant pic. Next rant pic- When I RUN a F*ING EXE it should open a Window with the application in it you smelly nerds!!!!
The next step is to repackage this inside an EXE that runs a Linux virtual machine.
Re: Show HN: dockerc – Docker image to static executable "compiler"
#89Earlier quoted context omitted.
I hadn't heard of Apptainer/Singularity before but it doesn't seem to provide the ability to create standalone executables.
Singularity absolutely produces standalone executables, been building tools this way for years.
Re: Show HN: dockerc – Docker image to static executable "compiler"
#90Awesome use of that rant pic. Next rant pic- When I RUN a F*ING EXE it should open a Window with the application in it you smelly nerds!!!!
This isn't an EXE, though. The next step is to repackage this inside an EXE that runs a Linux virtual machine.
> MacOS and Windows support (using QEMU)