docker (2 articles)

Packaging a Rust web service using Docker

01.08.2020 - 7m read - rust web docker

In this post, I’ll show how to put a Rust web application inside a Docker container, presenting two approaches with different tradeoffs.


Using Docker Multi-Stage Builds for SPAs

19.06.2017 - 3m read - docker build multi-stage react spa

Docker has a great new feature in 17.05 called Multi-Stage builds. This post shows a practical example for it using complex Single Page Applications