The secret to learning new technologies – or just about anything – is to never forget the ones you already know.
—Edwin M. Sarmiento
In the last chapter, you’ve learned how to combine the different instructions in a Dockerfile to create a custom SQL Server on Windows container. We’ll be using what we’ve covered in the previous chapter to create a custom SQL Server on Linux Docker image. But because Linux is a little bit different from Windows, I will be introducing additional Dockerfile instructions. I’ll also cover more ...