-
Reducing Docker's image size while creating an offline version of Carbon.now.sh
How to Substantially Reduce a Node App's Docker Image Size — In an attempt to create the smallest Docker image of carbon.now.sh (a popular code screenshotting service), Julien went from an image of 2.43GB(!) and went step by step to under 100MB for deployment. Here’s how.
Appears in lists (1)
More like this (3)
-
Docker best practices with Node.js
Docker Best Practices with Node.js — Patterns and practices with code examples on the ‘dockerizing’ of...
-
Multi-Stage Dockerfiles and Python Virtualenvs
Multi-Stage Dockerfiles and Python Virtualenvs How to make smaller and more secure Docker images for production...
-
3 simple tricks for smaller Docker images
3 simple tricks for smaller Docker images We will learn how to squash multiple layers, use...