Hacker News
- Show HN: dockerc – Docker image to static executable "compiler" https://github.com/NilsIrl/dockerc 135 comments
- Compiling Qt with Docker multi-stage and multi-platform https://www.docker.com/blog/compiling-qt-with-docker-multi-stage-and-multi-platform/ 12 comments
- Dockcross – Cross compiling toolchains in Docker images https://github.com/dockcross/dockcross 2 comments
- Dockcross: Cross compiling toolchains in Docker images https://github.com/dockcross/dockcross 16 comments
Lobsters
- Docker is a compiler https://matt-rickard.com/docker-is-a-compiler/ 28 comments devops
- Smaller Docker images for Python applications with compiled code https://pythonspeed.com/articles/smaller-python-docker-images/ 5 comments python
- github.com/r2d4/dacc: docker-as-code compiler https://github.com/r2d4/dacc 5 comments devops
- Anyone get Docker-sync working for compiling small-to-medium programs? It is still as slow as using docker for mac natively https://www.padok.fr/en/blog/docker-sync-osx-mounted-filesystem 5 comments docker
- New to Docker, and need help cross-compiling in a Dockerfile https://www.reddit.com/r/docker/comments/llyg07/new_to_docker_and_need_help_crosscompiling_in_a/ 4 comments docker
- A Docker build script for GHC 7.8.3 cross-compiler targeting Android https://github.com/sseefried/docker-build-ghc-android 21 comments haskell
- Are you using statically compiled applications like docker-compose, hugo or rclone? Do you wish you could check for new versions and update them from the CLI? Then feel free to check out my tool ginstall.sh on GitHub! https://github.com/whalehub/ginstall.sh 23 comments selfhosted
- New Emacs native-compile branch update with Docker image for testing https://lists.gnu.org/archive/html/emacs-devel/2020-03/msg00099.html 37 comments emacs
- Compiling via docker not same with overleaf https://www.overleaf.com/latex/templates/template-for-submission-to-aip-publishing-journals/xhsskcchtbxf 6 comments latex
- Compile Jupyter notebooks into dockerized FastAPI apps https://github.com/neutrino-ai/neutrino-notebooks 2 comments coolgithubprojects
- Docker: Binary compiled with Musl works but not the one compiled with glibc https://docs.rs/tokio-tungstenite/latest/tokio_tungstenite/fn.connect_async.html 13 comments rust
- A production ready Flask 2.0+ example starter app with Docker Compose / gunicorn / Celery / PostgreSQL / Redis / Webpack / TailwindCSS (JIT compiler enabled) https://github.com/nickjj/docker-flask-example 17 comments flask
- Raspberry Pi Cross Compilation using Docker https://chrz.de/2020/02/14/raspberry-pi-cross-compilation-using-docker/ 4 comments raspberry_pi
- [Question] Compiling code in docker image https://www.reddit.com/r/docker/comments/bwnimp/question_compiling_code_in_docker_image/ 3 comments docker
- Flowee version 2019.04 is created, it has a small number of bugfixes but most importantly it supports the May 15th #BitcoinCash protocol upgrade. Hub users can just sync to the "latest" docker tag or compile from the 2019.04 branch. https://twitter.com/FloweeTheHub/status/1120299436897443840 3 comments btc
- Help a noob out (import paths, compiling, Docker) https://golang.org/doc/code.html 8 comments golang
- Docker images for compiling static Rust binaries using musl-cross https://github.com/messense/rust-musl-cross 13 comments rust
- Rails Asset Pipeline compilation and Docker image https://www.reddit.com/r/docker/comments/6ldkgk/rails_asset_pipeline_compilation_and_docker_image/ 3 comments docker
- Using docker as a compilation platform? https://www.reddit.com/r/docker/comments/5jmqoe/using_docker_as_a_compilation_platform/ 25 comments docker
- Compiling PHP to .NET Core on Docker with Peachpie http://www.peachpie.io/2016/08/dotnetcore.html 7 comments programming
- I've made Ubuntu and Fedora Docker containers for building Swift compiler snapshot packages and running unit tests https://github.com/eosrei/docker-swift-dev-buildbot 4 comments swift
- Cross Compiled Go with Alpine Linux make a tiny Docker image http://blog.dimroc.com/2015/08/20/cross-compiled-go-with-docker/ 2 comments docker
- LaTeX compilation using docker container https://github.com/blang/latex-docker 3 comments docker
- Docker client compiled for Windows https://gigaom.com/2014/11/18/microsoft-puts-docker-on-windows-clients/ 4 comments docker
- How We Used Docker to Compile and Run Untrusted Code http://blog.remoteinterview.io/post/89639823776/how-we-used-docker-to-compile-and-run-untrusted-code 61 comments linux
- Milk-V Duo Docker Compile: A Docker container with the Milk-V Duo toolchain for easy compilation https://github.com/aidancrowther/Milk-V-Duo-Docker-Compile 3 comments riscv
- I just released v2.0.0 of ginstall.sh, a user-friendly script for installing and updating statically compiled applications like hugo, docker-compose, ffmpeg, rclone and youtube-dl. It now supports almost 70 different applications in total. Check it out! https://github.com/whalehub/ginstall.sh 19 comments linux
- Why does GCC run in Docker produce around 30% smaller statically linked C++ executables than GCC run on Linux? AECforWebAssembly is 1.08 MB large if compiled using GCC 13.1 in Docker, but it is 1.59 MB if compiled using GCC 13.1 on Debian. https://github.com/FlatAssembler/AECforWebAssembly/releases 8 comments learnprogramming
- CLion 2021.3: New Remote Development, Better Data Views in Debugger, Docker Toolchain, Custom Compiler, Type Hints, and More https://blog.jetbrains.com/clion/2021/12/clion-2021-3-remote-debugger-docker/ 103 comments cpp