缩小容器体积
最后更新于:2022-04-02 03:07:00
[TOC]
> [github](https://github.com/docker-slim/docker-slim)
## 运行
```
docker-slim build my/sample-app
```
## 实例
```
bash-3.2$ docker images my/sample-node-app
REPOSITORY TAG IMAGE ID CREATED SIZE
my/sample-node-app latest eb4c971a55ce 9 months ago 432MB
bash-3.2$ docker-slim build --http-probe my/sample-node-app
...
....
bash-3.2$ docker images my/sample-node-app.slim
REPOSITORY TAG IMAGE ID CREATED SIZE
my/sample-node-app.slim latest df77975cdda4 16 seconds ago 14MB
```
';