Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noqcks/dsh

Running a docker container as your shell
https://github.com/noqcks/dsh

Last synced: 21 days ago
JSON representation

Running a docker container as your shell

Awesome Lists containing this project

README

        

# dsh

Running a Ubuntu docker container shell as the login shell for macOS.

### THIS IS PROBABLY A BAD IDEA CONTINUE AT YOUR OWN RISK LMAO

### Quickstart

1. clone this repo
2. `go build dsh.go`
3. `mv dsh /usr/dsh`
4. append `/usr/dsh` to `/etc/shells`
5. `chsh -s /usr/dsh`

### LICENSE

MIT