HN user

jacobu9

47 karma
Posts5
Comments7
View on HN

That's actually one of the primary use cases at the moment. The way Mutagen works with Docker is by using `docker cp` to inject one of its "agent" binaries into the container and then communicating with that binary over `docker exec`.

You can also orchestrate your setup a bit (e.g. to work with Docker Compose) using Mutagen's new orchestration infrastructure. You can find an example of this at the bottom of the Mutagen homepage: https://mutagen.io

Hey HN, Got tired of waiting for Apple to add this feature, so I decided to try to implement it myself. This is my first attempt at Cocoa hacking, so please feel free to give me suggestions if I did something wonky. Also, the plugin is open-source, so please feel free to check it out for yourself.