Running Ver. 2.2.6 Wappler on Mac OS Mojave 10.14.6.
I have installed Docker and it is running.
I am unable to create a project using Docker. The project settings do not list Docker as an option nor are the Docker icons appearing on the bottom of the app. What am I missing? Any assistance would be appreciated. Thanks in advance.
Here’s a question on Docker. When one is developing an application that contains a mySQL database that would contain very high activity should one create a container for the application and another for the database. I asked that question because docker can create a swarm. My understanding is that if you create multiple containers of the application the UI is quicker thus reducing bottle necks. I’m wondering whether you should do the same for the database. That is create a swarm (multiple containers) of the database? Just trying to wrap my head around the concept which is not easily explained in the Docker documentation.