-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Description
Expected behavior
Directory owner can be changed with chown within the container for mounted volumes.
Actual behavior
Using chown within the container for a mounted volume does nothing.
Information
- Diagnostic ID from "Diagnose & Feedback" in the menu.
- Windows 10 Pro, Docker 1.12.0-beta21 (build 5971) - also tried stable release
Steps to reproduce the behavior
- C:\Users\sotera>docker run --rm -v c:\users\sotera\docker\sotera:/var/lib/postgresql/data postgres /bin/bash -c "chown postgres:postgres /var/lib/postgresql/data && ls -lh /var/lib/postgresql/"
total 4.0K drwxr-xr-x 2 root root 4.0K Aug 16 23:29 data
tfiers, Jiia, JGladykowski-modus, fried-oded, gabomgp and 19 more