I am trying to take an existing ASP.NET framework visual studio program and get it setup in docker. The application accesses a MariaDB (MySQL) database on my NAS. The application runs fine but when I try to containerize it I receive a message .net framework is not installed. After much troubleshooting I have found that this means the MySQL Connector/NET are not install in the Docker Container. Does anyone know how to do this. I am a complete noob at Docker but Docker runs on Synology NAS but Synology doesn't run ASP.NET and I don't want to rewrite the whole application.
↧