Skip to content

Simple Docker container that fixes the ownership of a mounted volume.

License

Notifications You must be signed in to change notification settings

SmartRoadSense/docker-ownership-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker ownership fixer

Simple Docker container that fixes the ownership of a mounted volume.

How does it work?

The container expects a mounted volume at /target and runs chown -R 1000:1000 /target as it starts.

To-do

Accept parameters through ENV (target uid, gid, path, etc.).

About

Simple Docker container that fixes the ownership of a mounted volume.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published