ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.06k stars 9.68k forks source link

How to load the server data disk to docker in apollo 9.0 #15383

Open MrGoldminer opened 5 months ago

MrGoldminer commented 5 months ago

In apollo_9.0 :How do I mount a data disk in docker I have successfully loaded the data disk locally using the mount command In Apollo 7.0/5.0, after changing the boot option, 0D96AC40AC8AD8C03A1B2737F0B90584

The location is in the apollo/scripts file and was successfully mounted using the -v command on line 339 You can then see it in docer via "ls" command under the apollo/data folder However, in apollo9.0, when it does the same, you can use the "cyber_recoder" command to cast the packet However, after starting the dream_view command, an error occurs: 77FF4DF77F7CDB43FDFF3D9E570C7C15 Check why there was an error in the bootstrap.sh script, but no reason was found. if I do not do this change ,this will success to start the dreamview,and I make this not change ,they can also start as past. So how do I mount a data disk in apollo9.0 docker?

MrGoldminer commented 5 months ago

I can do this in apollo9.0 to use the cyber_recoder to take a play,commond:cyber_recoder play -f z.record but i don't start the dreamview , and will have a error .

MrGoldminer commented 4 months ago

我希望可以解决这个问题方便去处理问题