mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 16:53:33 +00:00
Update cheatsheets
This commit is contained in:
29
docker-slim
Normal file
29
docker-slim
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# docker-slim
|
||||
|
||||
> Analyze and optimize Docker images.
|
||||
> More information: <https://github.com/docker-slim/docker-slim>.
|
||||
|
||||
- Start DockerSlim on interactive mode:
|
||||
|
||||
`docker-slim`
|
||||
|
||||
- Analyze Docker layers from a specific image:
|
||||
|
||||
`docker-slim xray --target {{image:tag}}`
|
||||
|
||||
- Lint a Dockerfile:
|
||||
|
||||
`docker-slim lint --target {{path/to/Dockerfile}}`
|
||||
|
||||
- Analyze and generate an optimized Docker image:
|
||||
|
||||
`docker-slim build {{image:tag}}`
|
||||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`docker-slim {{subcommand}} --help`
|
||||
Reference in New Issue
Block a user