Donc, si je dois faire :
docker run --rm -it -v $(pwd):/music ritiek/spotify-downloader -p https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD Comment faire avec les options dont tu me parles ? :
Deuxième point si ça te branche :
le mieux est de lancer ton container avec les options qui vont bien:
The following command will create a directory called nginxlogs in your current user's home directory and bindmount it to /var/log/nginx in the container:
docker run --name=nginx -d -v ~/nginxlogs:/var/log/nginx -p 5000:80 nginx
# +
Posté par arnauld . En réponse au message Accéder à des fichiers dans Docker. Évalué à 1.
Donc, si je dois faire :
Comment faire avec les options dont tu me parles ? :docker run --rm -it -v $(pwd):/music ritiek/spotify-downloader -p https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD
arnauld