MESA-Docker icon indicating copy to clipboard operation
MESA-Docker copied to clipboard

Permissions issue in Linux

Open gcolgate opened this issue 3 years ago • 1 comments

Output from installing docker in linux using the script

Status: Downloaded newer image for evbauer/mesa_lean:15140.01 docker@8fc17e294469:~$ cd docker_work docker@8fc17e294469:~/docker_work$ ls README docker@8fc17e294469:~/docker_work$ mkdir test mkdir: cannot create directory 'test': Permission denied

Why is docker_work protected? What is the password?

gcolgate avatar Jun 16 '21 17:06 gcolgate

I'm not sure, but there might have been an issue mounting that directory when you launched the container? Do you see any sort of message related to mounting when you first run the script to launch MESA-Docker?

The password inside the container is mesa, but I doubt that will help anything. Are you at least able to run mkdir test in some other location in the container besides docker_work?

evbauer avatar Jun 16 '21 22:06 evbauer