#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목docker swarm중 machine volume mount (window sshfs 문제)2019-11-09 19:06
작성자

container 끼리 통신이 어려워서 volume으로 데이터를 공유시키고 있습니다.


그런데 machine 2개를 실행시켜 docker swarm을 할 때 각각의 machine에 service 1개가 실행되고

machine이 다르기 때문에 volume이 공유되지 않습니다.


이를 해결하기 위해 docker-machine mount 명령을 실행시키려 했는데 (https://docs.docker.com/machine/reference/mount/)

os가 window라 sshfs가 없어서 아래와 같은 오류가 뜹니다.


You must have a copy of the sshfs binary locally to use the mount feature


해결 방법이 없을까요?

댓글