daragu commented on issue #451: URL: https://github.com/apache/incubator-xtable/issues/451#issuecomment-2160104512
Met the same exception when the use the `root` user start the docker-compose. ``` [root@djump /work/xtable/incubator-xtable]# [root@djump /work/xtable/incubator-xtable]# ll total 108K drwxr-xr-x 3 root root 4.0K Jun 11 15:23 assets -rw-r--r-- 1 root root 3.9K Jun 11 15:23 ci.md drwxr-xr-x 7 root root 4.0K Jun 11 15:37 demo -rw-r--r-- 1 root root 12K Jun 11 15:23 LICENSE -rw-r--r-- 1 root root 837 Jun 11 15:23 lombok.config -rw-r--r-- 1 root root 176 Jun 11 15:23 NOTICE -rw-r--r-- 1 root root 33K Jun 11 15:23 pom.xml -rw-r--r-- 1 root root 8.3K Jun 11 15:23 README.md drwxr-xr-x 2 root root 4.0K Jun 11 15:23 style drwxr-xr-x 3 root root 4.0K Jun 11 16:22 target drwxr-xr-x 6 root root 4.0K Jun 11 15:23 website drwxr-xr-x 4 root root 4.0K Jun 11 15:23 xtable-api drwxr-xr-x 4 root root 4.0K Jun 11 15:23 xtable-core drwxr-xr-x 5 root root 4.0K Jun 11 15:23 xtable-hudi-support drwxr-xr-x 4 root root 4.0K Jun 11 15:24 xtable-utilities [root@djump /work/xtable/incubator-xtable]# [root@djump /work/xtable/incubator-xtable]# [root@djump /work/xtable/incubator-xtable]# docker exec jupyter ls -al /home/data total 476 drwxr-xr-x 3 root root 4096 Jun 11 07:23 . drwxr-xr-x 1 root root 4096 Jun 11 07:37 .. drwxr-xr-x 4 root root 4096 Jun 11 07:23 db -rw-r--r-- 1 root root 468583 Jun 11 07:23 DimCustomer_round2.csv [root@djump /work/xtable/incubator-xtable]# [root@djump /work/xtable/incubator-xtable]# [root@djump /work/xtable/incubator-xtable]# [root@djump /work/xtable/incubator-xtable]# docker exec -it jupyter bash (base) jovyan@jupyter:~$ (base) jovyan@jupyter:~$ echo 0 > /home/data/abc bash: /home/data/abc: Permission denied (base) jovyan@jupyter:~$ ``` And, I found the https://forums.docker.com/t/another-docker-compose-permissions-using-volumes-question/131998 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
