mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 11:26:00 +02:00
docker-slim: add page (#6590)
This commit is contained in:
parent
bca63b5064
commit
c020dab2c2
1 changed files with 24 additions and 0 deletions
24
pages/common/docker-slim.md
Normal file
24
pages/common/docker-slim.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue