Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scp as a volume conduit? #8

Open
efrecon opened this issue May 21, 2015 · 1 comment
Open

scp as a volume conduit? #8

efrecon opened this issue May 21, 2015 · 1 comment
Assignees

Comments

@efrecon
Copy link
Owner

efrecon commented May 21, 2015

We are currently able to use rsync to synchronise between the host and the machines. However, this relies on rsync to get a proper ssh command working and the ability to install rsync in the boot2docker image. Adding the type scp to shares would allow to get rid of those limitations and ensure that machinery is able to synchronise (albeit... slowly) between the host and the machines whichever distribution they run.

@efrecon efrecon self-assigned this May 21, 2015
@efrecon
Copy link
Owner Author

efrecon commented Sep 22, 2017

One way to mitigate this would be to use the new OS type discovery mechanisms introduced in f0896b3 to detect the type of the remote machine and install rsync using the various package managers that are available (apt-get, zypper, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant