preslavrachev / preslav.me-comments

0 stars 0 forks source link

2019/03/18/using-ephemeral-docker-containers-as-cli-applications/ #6

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Using Ephemeral Docker Containers as CLI Applications

https://preslav.me/2019/03/18/using-ephemeral-docker-containers-as-cli-applications/

jwrightecs commented 5 years ago

Perl has a facility called PAR (Perl Archives) where you can combine a perl interpreter, a script, and its dependencies (including binary dependencies) into an executable file that can run unaided on similar systems.

amancevice commented 5 years ago

Great article! I wrote a tool in Python called dip that leverages docker-compose to do a similar thing. It lets you track remote docker-compose configurations using git as well to help ensure your configuration is up-to-date.