Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Process/Linux Container/Container Managers/Docker/Docker Image/Dockerfile/
dockerfile from
Search

dockerfile from

Creator
Creator
Seonglae Cho
Created
Created
2020 Dec 6 6:18
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Jun 9 11:39
Refs
Refs
distroless

use as build

이미지
from image
 
 

multi-stage builds

Multi-stage builds
Keeping your images small with multi-stage builds
Multi-stage builds
https://docs.docker.com/build/building/multi-stage/#use-multi-stage-builds
Multi-stage builds
3 simple tricks for smaller Docker images
When it comes to building Docker containers, you should always strive for smaller images. Images that share layers and are smaller in size are quicker to transfer and deploy. But how do you keep the size under control when every RUN statement creates a new layer, and you need intermediate artefacts before the image is ready?
3 simple tricks for smaller Docker images
https://learnk8s.io/blog/smaller-docker-images?fbclid=IwAR2sm4G9BYEsFHCFdwXIv-lzmjB36GegfZocD-yZMoEy8fxHyJn0XSdjRYU
3 simple tricks for smaller Docker images
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Process/Linux Container/Container Managers/Docker/Docker Image/Dockerfile/
dockerfile from
Copyright Seonglae Cho