aaa@kylin-pc:~/par$ sudo docker run -itd -v /home/aaa/par:/par --network host --name r docker.1ms.run/r-base docker: Error response from daemon: Invalid container name (r), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed Run 'docker run --help' for more information aaa@kylin-pc:~/par$ sudo docker run -itd -v /home/aaa/par:/par --network host --name rbase docker.1ms.run/r-base f4716301d714fd7a3981cebb4be98f3ec2bdda72e41dcb0a7c922258d79fc907 aaa@kylin-pc:~/par$ sudo docker exec -it rbase bash root@kylin-pc:/# cd /par root@kylin-pc:/par# mkdir work root@kylin-pc:/par# cd work root@kylin-pc:/par/work# R R version 4.5.3 (2026-03-11) -- "Reassured Reassurer" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: aarch64-unknown-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R.