So, I'm using node for a program that syncs your clipboard to a docker container's clipboard, and I need to create a file that is in the same location so that it can be shared in a docker bind mount, whether I'm on windows, mac, or linux. So, naturally, the file needs to have the same path on all those platforms. The file doesn't have to be persistent on starting or restarting though, as all it does is share a clipboard between the host and container. Any suggestions?
Submitted July 30, 2018 at 06:33PM by zwhitchcox
No comments:
Post a Comment