BarbaraHYJ
BarbaraHYJ
I didn't mount the same data directory to both containers, I run cmd ``` docker run -itd --privileged -v ~/data9:/data -v ~/sdcard9:/sdcard -p 5599:5555 --env http_proxy="http://172.17.0.1:8081" --env https_proxy="http://172.17.0.1:8081" --env no_proxy=".test.example.com,.example2.com,127.0.0.0/8"...
It also said ``` Caused by: java.lang.IllegalStateException: Cannot access system provider: 'settings' before system providers are installed! ``` and some error likes ```08-18 03:49:42.211 6868 6868 W ContextImpl: Failed to...
Is there any special requirement for the ubuntu kernel version? My kernel version is ```5.4.93amp-aic-1``` from ```uname -r```