1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 10:55:43 +02:00

portablectl: add page (#11212)

This commit is contained in:
Sam Waite 2023-10-24 14:15:53 -04:00 committed by GitHub
parent 818a46fe34
commit b3fdeeaf24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# 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}}`