Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Docker commands via SSH #32

Closed hrstoyanov closed 9 years ago

hrstoyanov commented 10 years ago

Is there any way we can run the docker commands remotely over SSH, copy files with RCP? Unlike the Remote API, this does not require docker daemon to be up and running. SSH is available on any Linux/Mac system. There is aven a pure Java implementation (BSD license) at: http://www.jcraft.com/jsch/

mattgruter commented 9 years ago

We recommend to use docker's remote API. Introducing remoting via SSH is out of our main scope right now.