OCRTOC / OCRTOC_software_package

68 stars 30 forks source link

/root/ocrtoc_ws/src/ in the docker image is empty #16

Closed n0whereRuoxi closed 2 years ago

n0whereRuoxi commented 2 years ago

I was following the instructions to deploy the environment. But on this step, it seems that /root/ocrtoc_ws/src/ in the docker image is empty.

sudo bash tools/exec_container.sh
root@ruoxi-Z270P-D3:/# cd /root/ocrtoc_ws/src/tools
bash: cd: /root/ocrtoc_ws/src/tools: No such file or directory

When I create the container, it shows:

sudo bash tools/create_container.sh
[sudo] password for ruoxi: 
Error: No such container: ocrtoc
b30d22b59988c8bcbc007150e00d85157abeccc9f523b7d9b760a9ec262205d5
non-network local connections being added to access control list

It seems that the volume mounting when creating the ocrtoc container fails without and error code. I checked the path, it should be correct. How can I fix this?

Thank you!

n0whereRuoxi commented 2 years ago

I ran the scripts in tools/create_container.sh manually and it worked.