blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.18k stars 577 forks source link

Docker-Machine Support.. #490

Open brandontamm opened 6 years ago

brandontamm commented 6 years ago

I am searching for a solution to connect to docker-machine's from a mobile iOS device.

The persistent connections would be necessary.

There is also one other thing that I am wondering.

To keep the SSH keys in sync for my docker-machines across two different desktops, I have to sync the ~/.docker folders. The configurations and ssh keys are there by default for desktop. Does the mosh application have a way to manage these on an iOS device? I understand if this would have to be a manual copy and may take some fileshare applications. I am able to sync that folder via the iCloud Drive if somehow this mosh application would be able to select the keys from iCloud folder?

Any ideas for current and/or future functionality if current is not adequate to meet these requirements?

yury commented 6 years ago

https://mobile.twitter.com/_AkihiroSuda_/status/1029526385067315200

sylvoie commented 2 years ago

Hello,

Yes, docker containers can be controlled over SSH, On my macOS, I use docker-compose to remotely create/start/stop/delete containers. We only need docker-compose on remote machine to do that, and I mean no need of docker on that remote machine. We need docker-compose with ssh to do that. Is it possible to include docker-compose (Github project) with Blink?

Thank you hoping for a positive answer

Thank’s