Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/henrik-muehe/docker-ssh
- Owner: henrik-muehe
- Created: 2014-03-11T14:41:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T08:20:34.000Z (over 10 years ago)
- Last Synced: 2024-08-03T15:11:34.527Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 158 KB
- Stars: 83
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - henrik-muehe/docker-ssh - SSH into all local Docker containers by name. (others)
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.