I want to run sidlo/data-science-python…
Command:
docker run --name data-science-python -d --user root -e “NB_USER=marton” -e “NB_UID=1000” -p 8888:8888 --mount type=bind,source=“c:\Users\marton\docker-home”,target=/home/marton user --memory=“2000m” --memory-swap=“2000m” --cpus=“2” sidlo/data-science-python
docker:
Error:
Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘C:\Users\marton\docker-home’ must be absolute
Thanks in advance