Tag: Docker
Running Mautic CRM Automation using PHP Docker with Buildah or Dockerfile
This post is only a notes on how to build a Dockerfile or PHP Docker Image for Mautic 5.x+ CRM Automation. The base image that’s used is docker.io/library/php:8.2-apache, which has no pdo, mysql, zip, intl, and imap. Mautic installation depends on those php extension, and the base php apache image doesn’t have it. To build…
Move to Windows 10 and Moving to M$ World
Windows 10 is a great operating system, some for developer like me, with bunch new tools like natively support docker without having an help from Oracle Virtual Box like old days, with new fresh features, like emails, syncing between computer even the new clipboard can be sync between two computer simultaneously without any problems. But…