felixarntz / wordpressdev

WordPress core development environment based on Lando.
GNU General Public License v2.0
13 stars 0 forks source link

WIP: Move to using native Docker #22

Closed felixarntz closed 5 years ago

felixarntz commented 5 years ago

This PR is a work in progress.

At this point it is experimental, however if that approach proves to work in a solid way, it may leave that stage and become an actual replacement for Lando. This would much simplify our environment and get rid of the dependency on Lando maintenance. Docker certainly is much more popular project and thus better maintained. We'd have to do a few more pieces ourself, but if that is limited enough, that's fine IMO.

felixarntz commented 5 years ago

This really is a WIP at this point. I haven't even run the code yet, just wanted it to get up here. I'll iterate as time allows for it. Eventually the .lando.yml and all references to Lando would be dropped.

slaFFik commented 5 years ago

@felixarntz You closed this PR - that means you've abandoned this idea?