Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```