Hi,
Trying to get Docker and Wappler set up to work locally. Docker seemed to install correctly. Wappler seems to have installed correctly. Now I am following the you-tube video for connecting them and I got a good connection. But when I attempted to “launch all services” the process errored out with:
Bringing all services up …
Pulling db (mysql:8.0)…
8.0: Pulling from library/mysql
ERROR: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries
Error Launching Services!
What am I missing? I have the target set up per the video (I think)
Please assist. I’m excited to get this functioning.
jaydigital
There are work-arounds for this Ben. Youtube Docker Windows 10 Home etc. If you are running Windows 10 Home (not Pro) that is.. Suppose you could also spin up a VM running Linux and install Docker.. Should be fine I'd imagine? @George@Teodor
Thanks Ben, Dave - Yes I have recently upgraded to Windows 10 Pro - just for this project.
Docker seems to be running correctly and I am getting a successful connection with Docker per the video.
I also am getting the following error on attempting to launch services:
Starting all services up …
Starting db …
Starting web …
Starting db … failed
Starting web … failed
ERROR: No containers to start
Error Starting Services!
Start sample files copy…
Sample files copied successfully!
Bringing all services up …
Pulling db (mysql:8.0)…
8.0: Pulling from library/mysql
ERROR: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries
Error Launching Services!
Not sure how to add “containers” and “db”. I thought Docker would add these as necessary.
Thanks for any directions - I’m stuck in place. Not a server side guy. No experience with Docker.
For anyone else looking at this (this video is excellent btw) - I actually found the answer to my problem in the next video located here: https://www.youtube.com/watch?v=R7UWs6CVOaw
Basically I had docker installed correctly but didn’t realize that you had to hit the ‘Deploy’ button in order for the container to be created. I assumed the Connect button in project settings created the container.