Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivel/dockersshell
Login shell that spawns a docker instance and initiates an SSH connection with it
https://github.com/sivel/dockersshell
Last synced: about 1 month ago
JSON representation
Login shell that spawns a docker instance and initiates an SSH connection with it
- Host: GitHub
- URL: https://github.com/sivel/dockersshell
- Owner: sivel
- License: apache-2.0
- Created: 2014-04-07T17:11:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T16:23:33.000Z (over 10 years ago)
- Last Synced: 2024-10-25T18:13:41.473Z (2 months ago)
- Language: Go
- Homepage:
- Size: 195 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockersshell
Login shell that spawns a docker instance and initiates an SSH connection with it
## /etc/dockersshell.yaml
```yaml
endpoints:
- "http://127.0.0.1:4243"
image: ssh
user: ubuntu
```