Closed whytox closed 2 years ago
I get the same error if the container uses a named volume. Try to use a volume created with just:
docker volume create polito-os161-vol
For me it solved the problem. You can't directly access the files from your local filesystem anymore, but you can rebuild the image adding git and use that to manage your project files.
Hi, so, I finally started my self-built container successfully using a mounted volume, but there is another problem. When running
sys161 -w kernel
I get the following:And, as you can read from the third line, it means I cannot debug.
I tried also with the image shipped by you (for the Linux/amd64 platform), but I got the same result.
Have someone else had this issue? Please, if everything is working fine for you with the same configuration, drop a comment. Thank you.