toolbox*: add Tamil translation (#8338)

This commit is contained in:
K.B.Dharun Krishna
2022-08-12 18:00:02 +05:30
committed by GitHub
parent 80f0129c7b
commit 9eed966207
9 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# toolbox rmi
> ஒன்று அல்லது அதற்கு மேற்பட்ட `toolbox` படங்களை அகற்றவும்.
> மேலும் பார்க்கவும்: `toolbox rm`.
> மேலும் விவரத்திற்கு: <https://manned.org/toolbox-rmi.1>.
- `toolbox` படத்தை அகற்றவும்:
`toolbox rmi {{படம்_பெயர்}}`
- அனைத்து `toolbox` படங்களையும் அகற்றவும்:
`toolbox rmi --all`
- தற்போது கன்டெய்னரால் பயன்படுத்தப்படும் `toolbox` படத்தை அகற்றுமாறு கட்டாயப்படுத்துங்கள் (கண்டெய்னரும் அகற்றப்படும்):
`toolbox rmi --force {{படம்_பெயர்}}`