ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
[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 ```