#config Not Found - Windows Docker

1 messages · Page 1 of 1 (latest)

opal jay
#

Hello, I'm a newb trying to get my first Docker program running and I'm stuck. I've been searching for hours trying to get it to work, but I just cant seem to get it and need some help.

I am following these instructions: https://metamanager.wiki/en/latest/home/guides/docker.html

I am at the "Testing the config file" step, but I keep getting this error. (See Photo 1)

the config.yml is in the subfolder "config" within the Plex-Meta-Manager File
"C:\Users\Drachen\plex-meta-manager\config\config.yml"

I am typing this into the terminal
docker run --rm -it -v "C:\Users\Drachen\plex-meta-manager:/config:rw" meisnate12/plex-meta-manager --run

lean epoch
#

So the problem is that you have it in a folder called config

#

docker run --rm -it -v "C:\Users\Drachen\plex-meta-manager\config:/config:rw" meisnate12/plex-meta-manager --run

opal jay
#

omg that worked thank you sooooo much. I'll keep working through the tutorial now.