https://github.com/bunnyshellosi/dev
Remote development for Kubernetes Containers
https://github.com/bunnyshellosi/dev
bunnyshell cli remote-development
Last synced: 3 months ago
JSON representation
Remote development for Kubernetes Containers
- Host: GitHub
- URL: https://github.com/bunnyshellosi/dev
- Owner: bunnyshellosi
- Created: 2022-09-08T07:18:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T12:22:37.000Z (11 months ago)
- Last Synced: 2025-05-27T13:28:10.960Z (11 months ago)
- Topics: bunnyshell, cli, remote-development
- Language: Go
- Homepage: https://environments.bunnyshell.com
- Size: 216 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bunnyshell-dev
### Known issues
#### Mutagen
If you already have mutagen installed locally, you might see this error:
```
Error: unable to connect to daemon: client/daemon version mismatch (daemon restart recommended)
```
This happens because `bunnyshell-dev` ships it's own version of mutagen, in order to fix this you will have to stop the current running mutagen daemon by running this command:
```
mutagen daemon stop
```