It takes advantage of a client-server model. MicroOS installed on VirtualBox as a server and accessing it with openSUSE Leap distribution installed on WSL. Developing WordPress with Docker Compose that integrated in Visual Studio Code.
Tag Archives: openSUSE
Install PHP 8.1 in openSUSE Leap, and Run the Symfony Application on It
At the time of this writing, the latest openSUSE Leap 15.4 ships with PHP version 7.4 and 8.0. Likewise the upcoming release Leap 15.5 also including the PHP version 8.0. The latest popular PHP frameworks like Laravel (version 10) and Symfony (version 6.2), require minimal version 8.1, so we need to add the additional repository …
Continue reading “Install PHP 8.1 in openSUSE Leap, and Run the Symfony Application on It”
Playing the Container Operating System with openSUSE MicroOS
When we run containers in production, basically we only need a Linux kernel, a host security mechanism and a container manager. That’s the reason why MicroOS exists. Let’s play & have fun!