mssql-docker
mssql-docker copied to clipboard
Missing .install-folder in Docker Linux MSSSQL Dockerfile
Can someone tell me where is the .install folder is located? From the script here? https://github.com/microsoft/mssql-docker/blob/edf6b02c220104c0edea932ef103691dc6885826/linux/mssql-server-linux/Dockerfile#L12
I am looking to run sql-server in alpine and was looking into this repo. Found that ./install folder is missing in the repo. Please update this docker file.
@arahmancsd I'm not sure if alpine is a supported target for SQL Server itself. You may be better served with the Azure SQL Edge image if you are wanting a lower resource version of SQL Server, or for ARM platforms. It doesn't have all the enhanced/advanced features, but works very well for many/most scenarios, including ORM support.
https://hub.docker.com/_/microsoft-azure-sql-edge
Alpine + MSSQL if this work = 🧙♂️
But nvm ... i still need the /install folder lol - i think ms dgaf on it?
@pthoelken again, I don't think Alpine is a supported platform. Why not run the official image?
@tracker1 This was a joke. I don't belive that alpine and mssql work either.
@pthoelken gotcha... as to the install folder, not sure if the files themselves match the download for the separate (non-docker) SQL Server Linux installation. I've always just used the official image and built on that if I needed more/other stuff in it.