Leonid Makarov
Leonid Makarov
Needs to be rebased onto develop and tests updated/fixes (if necessary).
Can we just have this done as part of #1048 and ensure tests are green?
> I'd be happy to create a PR for this if the maintainers agree it is a good idea. @acouch Yes, absolutely. PRs are certainly welcome =) @sean-e-dietrich maintains the...
Piping with `fin exec` can be achieved if we add `-i` in here (same as in the reporters workaround): https://github.com/docksal/docksal/blob/658ed02573ea33608653957bc6981935887740e6/bin/fin#L5331-L5334 ``` docker exec --help ... -i, --interactive Keep STDIN open...
Two things that happen here: 1. In a project stack, containers join the project network and Docker forces containers to use the internal DNS server (`127.0.0.11`). This DNS server proxies...
After discussing this further with @achekulaev, we will likely be getting rid of the DNS settings overrides for containers, as well as for the host machines, which will remove a...
> It does force https, at least on Chrome. Would this affect multisite domains? Oh bummer... I completely forgot about the https enforcement they put on `.dev` and it cannot...
We'll have to explore the best approach to supporting and using WSL 2. WSL 2 is not a revolutionary approach but rather an attempt to flip the issue (file system...
> Is it that difficult to support? Difficult - likely not. Will it take time - certainly. Can you help by getting involved in a feature you are interested to...
Work on WSL2 support in Docksal is underway.