kastldratza/zoomrec

How to start the container ?

harrynou123 opened this issue · 5 comments

I have created the container but I can't modify the meetings.csv because it's not a file but a directory
So I remove it and create a new csv file but it still doesn't work

I have this error :

Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/home/ubuntu/meetings.csv" to rootfs at "/home/zoomrec/meetings.csv" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

For start the container I have done :
docker run -d --restart unless-stopped
-e TZ=Europe/Paris
-v $(pwd)/recordings:/home/zoomrec/recordings
-v $(pwd)/meetings.csv:/home/zoomrec/meetings.csv:ro
-p 5901:5901
kastldratza/zoomrec:latest

The meetings.csv must be located in the same folder from where Docker command is executed. -> "$(pwd)/meetings.csv"

Is the file located there ("/home/ubuntu/meetings.csv") ?

Okay. So you need to run the startup command under /home/ubuntu/.

cd /home/ubuntu

docker run -d --restart unless-stopped
-e TZ=Europe/Paris
-v $(pwd)/recordings:/home/zoomrec/recordings
-v $(pwd)/meetings.csv:/home/zoomrec/meetings.csv:ro
-p 5901:5901
kastldratza/zoomrec:latest

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.