Hi Geoff,
I have never really been away. Always strongly discussing the relative merits and benefits of FarCry with team members on the other side of the river

Currently migrating all development projects over to Docker, using Docker CE on Windows 10 Pro and Hyper-V.
Developing and reworking ideas for a robust and flexible local Docker Development environment for multiple projects of varying types. I had seen the Daemonite Workbench, but never used it as I thought it was still a VMBox Vargrant setup.
What I currently use includes:
- Local dev code base - using volume
- Local access to log files - using volume
- Changing each development project to use nginx proxy to allow for multiple dev sites up and running sharing the same port
- All local dev using Lucee
- Portainer - makes things so easy to see what is up and running and status, looking at using this to manage remote Docker environments as well
I do like the use of .gitmodules to pull in the required FarCry repos.
Is there an up to date TDLR of what the Daemonite Workbench offers? I am, guessing that as it has moved away from Vargrant it is straight Docker and should work in any Docker environment.
If anyone else is interesting in learning Docker but think it is too difficult. It is not, and the following excellent course will get you up to speed very quickly. I can highly recommend Bret Fisher’s course content and style of delivery.
https://www.udemy.com/docker-mastery/
Chris.