https://github.com/sdavids/sdavids-node-docker-image-slimming
Techniques for creating smaller Node.js Docker images
https://github.com/sdavids/sdavids-node-docker-image-slimming
docker express node
Last synced: 3 months ago
JSON representation
Techniques for creating smaller Node.js Docker images
- Host: GitHub
- URL: https://github.com/sdavids/sdavids-node-docker-image-slimming
- Owner: sdavids
- Created: 2020-04-06T10:04:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-09T18:37:26.000Z (5 months ago)
- Last Synced: 2025-07-10T03:39:12.077Z (5 months ago)
- Topics: docker, express, node
- Language: Shell
- Homepage: https://sdavids.github.io/sdavids-node-docker-image-slimming/
- Size: 2.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSES/Apache-2.0.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
// SPDX-FileCopyrightText: © 2020 Sebastian Davids
// SPDX-License-Identifier: Apache-2.0
= Node Docker Image Slimming
Sebastian Davids
// Metadata:
:description: Techniques for creating a smaller Node.js Docker image.
// Settings:
:sectanchors:
:sectlinks:
ifdef::env-browser[:outfilesuffix: .adoc]
ifdef::env-github[]
:outfilesuffix: .adoc
endif::[]
Techniques for creating smaller Node.js Docker images.
****
*TLDR*
1740 MB => 105 MB (-93.97%)
****
https://sdavids.github.io/sdavids-node-docker-image-slimming/techniques/index.html[Techniques]
https://sdavids.github.io/sdavids-node-docker-image-slimming/developer-guide/index.html[Developer Guide]