Utilizo o Docker Toolbox no Windows Home Edition.
Não consegui executar o Node. O seguinte erro ocorre:
$ docker run -it -p 8080:3000 -v "Users:/var/www" -w "/var/www" node npm start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /var/www/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/var/www/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-01-15T00_42_50_686Z-debug.log
Já executei diversos procedimentos encontrados em outros posts, mas ainda assim o erro persiste.
Como devo proceder?