mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Quadlet - add full support for Symlinks
Use os.ReadDir recursively instead of filepath.WalkDir Use map instead of list to easily find looped Symlinks Update existing tests and add a more elaborate one Update the man page Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -35,8 +35,7 @@ Quadlet files for non-root users can be placed in the following directories
|
||||
|
||||
### Using symbolic links
|
||||
|
||||
Quadlet supports using symbolic links for the base of the search paths.
|
||||
Symbolic links below the search paths are not supported.
|
||||
Quadlet supports using symbolic links for the base of the search paths and inside them.
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
Reference in New Issue
Block a user