hello,
I'm new to Docker.
I tried this command:
docker run -it -v "$(pwd)/examples/config.yml:/app/config.yml" ghcr.io/davegallant/rfd-notify:1
and it did give me something:
2023-11-30 18:55:26.871 | DEBUG | main:main:35 - config: Config(expressions=['price error'])
Then when I use: sudo docker ps
there is no container is running,
could you help me take a look?
Thank you.
hello,
I'm new to Docker.
I tried this command:
docker run -it -v "$(pwd)/examples/config.yml:/app/config.yml" ghcr.io/davegallant/rfd-notify:1
and it did give me something:
2023-11-30 18:55:26.871 | DEBUG | main:main:35 - config: Config(expressions=['price error'])
Then when I use: sudo docker ps
there is no container is running,
could you help me take a look?
Thank you.