1.12.0 - Windows Support and Self-Installer
Windows Support
We're delighted to announce that Tokaido now runs on Windows 10 Pro with Docker Desktop for Windows. You can use Git Bash (officially supported) or WSL1 (experimental). We will add support for WSL2 when it becomes generally available.
Check out the Windows Install Guide for more detail. Please let us know if you find any bugs on Windows (or whatever else!)
Self-installer
Previously, Tokaido was available via Homebrew on MacOS and as a direct binary download on Linux. From 1.12, we've chosen to use a self-installer that is built-in to the Tokaido binary.
This means that all three platforms now have a consistent install (tok install
) and upgrade (tok upgrade
) mechanism. 1.11 is our last release to be shipped via Homebrew, so to upgrade you'll need to brew uninstall tokaido
and then follow the install instructions for MacOS
Tokaido on a USB
Tokaido is now available on a self-installing USB that we will be giving our at trade shows and meetups. This USB contains everything you need to get Tokaido running, including Docker Destkop for Mac and Windows, the Tokaido Docker Images, and a Composer cache for a starting Drupal installation. If you're at DrupalSouth this year, come find the guys in Ironstar tshirts to get your free USB stick!
Image Updates and other Minor Changes
- PHP upgraded to 7.1.33, 7.2.24, and 7.3.11
- Redis CLI upgraded to 5.0.6
tok snapshot new
now dumps the snapshot with DROP DATABASE included, so that restores are holistic- Fixed an issue where the Proxy service wouldn't start on Linux
- Fixed an issue where the image Makefile was referencing older base images