docker: invalid reference format
P粉121081658
P粉121081658 2023-10-11 14:46:23
0
1
592

I'm following this tutorial on using Docker. When I try to run Docker (within the run.sh script):

docker run 
    -p 8888:8888 
    -v `pwd`/../src:/src 
    -v `pwd`/../data:/data -w /src supervisely_anpr 
    --rm 
    -it 
    bash

I get the error:

docker: invalid reference format.

I spent two hours but I can't really understand what's going wrong. Any ideas are greatly appreciated.

P粉121081658
P粉121081658

reply all(1)
P粉225961749

In powershell you should use ${pwd} instead of $(pwd)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!