-
-
Notifications
You must be signed in to change notification settings - Fork 5k
podman-*: add shorthand, remove =, update description
#19704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
znarfm
wants to merge
24
commits into
tldr-pages:main
Choose a base branch
from
znarfm:podman
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8bd0399
podman: add shorthand options
znarfm 1930ca0
podman-images: add shorthand options
znarfm 43cf47b
podman-login: remove `=` in option
znarfm ec8afaf
podman-machine: remove `=` and add shorthand
znarfm b978c19
podman-build: add shorthand
znarfm 2c75c13
podman-image: `Docker` -> `Podman`, add shorthand
znarfm 57239b9
podman-ps: add shorthand
znarfm 74e23b1
podman-rmi: add shorthand
znarfm cdcffdb
podman-run: add shorthand
znarfm dbe6123
podman-rmi: fix help command
znarfm 373623d
Merge branch 'main' into podman
znarfm 6b0b861
podman: `exec` -> `logs`
znarfm 044d916
podman-rmi: group placeholder
znarfm 41a8560
podman-run: fixed path syntax
znarfm 4ed30ab
Merge remote-tracking branch 'origin/podman' into podman
znarfm a653690
Update pages.es/common/podman-rmi.md
znarfm a48b27a
Update pages.es/common/podman-rmi.md
kant 2728312
Apply suggestions from code review
znarfm 1c271a1
podman-ps: separate `-af`
znarfm 47e2300
podman-image: fix descriptions
znarfm 2d65c01
podman-images: change descriptions
znarfm 7e2bd37
es/podman-build: remove `n` accidentally added in previous commit
znarfm 1df115a
*: `Podman` -> `OCI/Docker`
znarfm 3c2a2b3
*: include translations for 'container'
znarfm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| # podman image | ||
|
|
||
| > Gestiona imágenes Docker. | ||
| > Gestiona imágenes Podman. | ||
| > Vea también: `podman build`, `podman import` y `podman pull`. | ||
| > Más información: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>. | ||
|
|
||
| - Lista imágenes locales de Docker: | ||
| - Lista imágenes locales de Podman: | ||
|
|
||
| `podman image ls` | ||
| `podman image {{[ls|list]}}` | ||
|
|
||
| - Elimina imágenes locales de Docker no utilizadas: | ||
| - Elimina imágenes locales de Podman no utilizadas: | ||
|
|
||
| `podman image prune` | ||
|
|
||
| - Elimina todas las imágenes no utilizadas (no sólo aquellas sin una etiqueta): | ||
|
|
||
| `podman image prune --all` | ||
| `podman image prune {{[-a|--all]}}` | ||
|
|
||
| - Muestra la historia de una imagen Docker local: | ||
| - Muestra la historia de una imagen Podman local: | ||
|
|
||
| `podman image history {{imagen}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| # podman image | ||
|
|
||
| > Docker 이미지 관리. | ||
| > Podman 이미지 관리. | ||
| > 같이 보기: `podman build`, `podman import`, `podman pull`. | ||
| > 더 많은 정보: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>. | ||
|
|
||
| - 로컬 Docker 이미지 나열: | ||
| - 로컬 Podman 이미지 나열: | ||
|
|
||
| `podman image ls` | ||
| `podman image {{[ls|list]}}` | ||
|
|
||
| - 사용되지 않는 로컬 Docker 이미지 삭제: | ||
| - 사용되지 않는 로컬 Podman 이미지 삭제: | ||
|
|
||
| `podman image prune` | ||
|
|
||
| - 모든 사용되지 않는 이미지 삭제 (태그가 없는 이미지뿐만 아니라): | ||
|
|
||
| `podman image prune --all` | ||
| `podman image prune {{[-a|--all]}}` | ||
|
|
||
| - 로컬 Docker 이미지의 히스토리 표시: | ||
| - 로컬 Podman 이미지의 히스토리 표시: | ||
|
|
||
| `podman image history {{이미지}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.