Error when trying to install mysql from docker

docker pull wappler/image_mysql
Using default tag: latest
Error response from daemon: manifest for wappler/image_mysql:latest not found: manifest unknown: manifest unknown

I followed the guide from the video and it did not install mysql so I tried to download it myself with the above error.

I had this same issue on Windows 10. I bypassed it by running the Docker daemon in experimental mode:

Right click Docker icon in the Windows System Tray
Go to Settings
Daemon
Advanced
Set the "experimental": true
Restart Docker