Mutagen – Cloud-based development using your local tools
1–10 of 58 posts
Re: Mutagen – Cloud-based development using your local tools
#2I've been looking at something like Lando[0] as a result, and I realize they're not the same thing, it seems like it is more fitting with the role for the development environment, at least.
Re: Mutagen – Cloud-based development using your local tools
#3Re: Mutagen – Cloud-based development using your local tools
#4I'd love to hear more about anyone who has managed to use mutagen as a docker-compose replacement. I have so far been a bit let down by mutagen in that it doesn't really seem to be living up the promises of really being easier than using docker directly. Its file synchronization concepts also don't always seem to keep up with file watchers and hot reload I've been looking at something like Lando[0] as a result, and I…
Lando is great for getting up and running quickly,outside of the recipes, it's easier to just create your own docker-compose file.
Re: Mutagen – Cloud-based development using your local tools
#5[0]: https://github.com/mutagen-io/mutagen-compose [1]: https://mutagen.io/documentation/orchestration/compose
Re: Mutagen – Cloud-based development using your local tools
#6I'd love to hear more about anyone who has managed to use mutagen as a docker-compose replacement. I have so far been a bit let down by mutagen in that it doesn't really seem to be living up the promises of really being easier than using docker directly. Its file synchronization concepts also don't always seem to keep up with file watchers and hot reload I've been looking at something like Lando[0] as a result, and I…
Re: Mutagen – Cloud-based development using your local tools
#7Re: Mutagen – Cloud-based development using your local tools
#8Does the compiler run on my workstation or in the cloud? I read through the docs but didn't find anything about this.
The idea behind Mutagen is to use your local tools (e.g. editor, IDE, browser, etc.) to work on remote hardware (where "remote" can mean anything you like, e.g. your local system, a Docker container (local or remote), a Raspberry Pi, a cloud server, etc. - or some combination of all of those).
The architecture is designed to be maximally flexible, so you can work between your local system and a remote system, between two remote systems, or in any other topology you want.
Re: Mutagen – Cloud-based development using your local tools
#9Author of Mutagen here, happy to answer any questions you might have, whether it's about its use with Docker, SSH, its historical integration into Docker Desktop, or its related Mutagen Compose[0][1] project. [0]: https://github.com/mutagen-io/mutagen-compose [1]: https://mutagen.io/documentation/orchestration/compose
Re: Mutagen – Cloud-based development using your local tools
#10using mutagen as a workaround for the Windows WSL I/O slowness. great and rock solid tool.