Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noqcks/dsh
- Owner: noqcks
- Created: 2016-12-05T16:43:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T16:50:11.000Z (about 8 years ago)
- Last Synced: 2024-10-05T12:43:40.233Z (3 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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