Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henrik-muehe/docker-ssh

SSH into all local Docker containers by name.
https://github.com/henrik-muehe/docker-ssh

Last synced: 30 days ago
JSON representation

SSH into all local Docker containers by name.

Awesome Lists containing this project

README

        

docker-ssh
==========

Allows connecting to all your local docker containers using ssh simply like this:

ssh container-name.docker

if `container-name` is the name of the container and ssh is running in it. **Automatically install for the current user** using

curl -s https://raw.githubusercontent.com/henrik-muehe/docker-ssh/master/install | /bin/bash

you need `nc`, `uudecode` and `curl` for the installer to work, only `nc` if you install manually.