Skip to content

Docker container to check and fix the permissions of a volume

License

Notifications You must be signed in to change notification settings

GyroTools/permission-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

permissions-fixer

Check and fix the permissions of a volume:

check for read/write access:

docker run --rm --mount type=volume,source=volume_name,target=/test gyrotools/permissions-fixer /test uid gid rw

check for read only access:

docker run --rm --mount type=volume,source=volume_name,target=/test gyrotools/permissions-fixer /test uid gid r

About

Docker container to check and fix the permissions of a volume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published