Moving files between containers

Hi,

I have an image with 2 containers: 1 custom image and 1 running WPE Webkit. I have a video file that I need to play from the custom image, but when I point to this I cannot play the video file. Is there any way I can move the file from the custom image to my other container within resin? Any help is appreciated.

Thanks!

Hi,

Have you tried defining a docker volume that is mounted in both containers? You should then be able to access the file from both containers

Regards
ZubairLK