distrobox: update pages and Tamil translation

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-03-19 17:05:00 +05:30
parent 9a549b6c86
commit 8965d3f153
13 changed files with 58 additions and 48 deletions

View File

@@ -12,11 +12,11 @@
`distrobox-export --bin {{path/to/binary}} --export-path {{path/to/binary_on_host}}`
- Export a binary from the container to the host (i.e `$HOME/.local/bin`) :
- Export a binary from the container to the host (i.e.`$HOME/.local/bin`) :
`distrobox-export --bin {{path/to/binary}} --export-path {{path/to/export}}`
- Export a service from container to the host (`--sudo` will run the service as root inside the container):
- Export a service from the container to the host (`--sudo` will run the service as root inside the container):
`distrobox-export --service {{package}} --extra-flags "--allow-newer-config" --sudo`