Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

29
tldr/linux/portablectl Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# portablectl
> A systemd utility for managing and deploying portable service images on Linux systems.
> More information: <https://www.freedesktop.org/software/systemd/man/portablectl.html>.
- List available portable service images discovered in the portable image search paths:
`portablectl list`
- Attach a portable service image to the host system:
`portablectl attach {{path/to/image}}`
- Detach a portable service image from the host system:
`portablectl detach {{path/to/image|image_name}}`
- Display details and metadata about a specified portable service image:
`portablectl inspect {{path/to/image}}`
- Check if a portable service image is attached to the host system:
`portablectl is-attached {{path/to/image|image_name}}`