mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
530 B
530 B
docker-slim
Analisar e otimizar imagens Docker. Mais informações: https://github.com/docker-slim/docker-slim.
- Inicia o DockerSlim no modo interativo:
docker-slim
- Analisa as camadas do Docker a partir de uma imagem específica:
docker-slim xray --target {{imagem:tag}}
- Verifica um Dockerfile:
docker-slim lint --target {{caminho/para/Dockerfile}}
- Analisa e gera uma imagem Docker otimizada:
docker-slim build {{imagem:tag}}
- Exibe ajuda para um subcomando:
docker-slim {{subcomando}} --help