Reputation: 1
I have a docker image running right now, and access it by boot2docker. I use Python on this, with all the libraries installed. My problem is that I can't save any file or images on Docker. I just execute a little script that save an image in jpg format, but nothing is saved. I give all the rights to the repository, and no one error appears. I use cv2.imwrite for saving image. cv2.imread is working.
Thank for the answers!
Upvotes: 0
Views: 2104