Atur Windows Docker File Soket MySQL

# For docker run adding this should work theoretically - 
--socket=/tmp/mysql.sock

# In practice you'll probably need to look at mounting a docker volume
# and using that
XCalibre8