Estou rodando o docker no ubuntu, o diretorio da pasta volume-exemplo é: /home/arthur/volume-exemplo, porém quando eu tento rodar o comando:
docker run -p8080:3000 -v "/home/arthur/volume-exemplo:var/www" -w "/var/www" node npm start
eu tenho esse retorno:
docker: Error response from daemon: invalid volume specification: '/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-20.04/4bb4d8140fa25dfe2e593fc478cb0915102ea4dd0790f60f974b5beee0f00004:var/www': invalid mount config for type "bind": invalid mount path: 'var/www' mount path must be absolute.
See 'docker run --help'.