Accelergy-Project / micro22-sparseloop-artifact

MICRO22 artifact evaluation for Sparseloop
36 stars 0 forks source link

docker-compose up: operation not permitted #3

Open YangHangWu opened 1 year ago

YangHangWu commented 1 year ago

when I tried to run docker-compose up I get the following error:

Attaching to comdockerdevenvironmentscode-micro-ae22-1 Error response from daemon: error while creating mount source path '/host_mnt/com.docker.devenvironments.code/workspace': mkdir /host_mnt/com.docker.devenvironments.code: operation not permitted

I only change the docker-compose.yaml

environment:
      - USER_UID=0
      - USER_GID=0

I also tried to uncomment the all parameter in environment but still get the same result