hello
im new to docker i download and run docker in my synology nas without problem
i also downloaded oscam dockerized and it runs excellent in 8888 port
but where can i find the files to change my oscam files?
i cannot find the path of container to connect to it!
thanks
How do you run the container on Synology?
i downloaded docker app for my synology
I’ll rephrase:
What commands do you run to start the container? Alternatively, what do you click?
i opened the docker app inside the synology
search for registry oscam
downloaded the image and just run it with default settings when i go to containers and lauch the container and it give me 8888 ports i open browser with ip of my nas and :8888 port and it give the web interface of oscam
You’d probably want to use bind mounts to mount files from the host machine to the container
Not sure how it is done in Synology
As for the container’s inner location for those files, that depends on the oscam image, look for that in its documentation
I’ll try to have a look as well later
Is the image linuxserver/oscam
?
yes the image was linuxserver/oscam
im not sure i can use these command anywhere in docker of synology
Definitely possible, just gotta look through the Portainer documentation
Container Manager is a Synology made management UI. The ui has a volume setting that allows to bind a share or a subfolder of a share into a container folder, see:
i think i found it!
i mount volume folder named oscam to the container and it makes all oscam files inside it!
thanks for help