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

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

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