Docker Local Image Repository Bloat – Prune Daily

By | Engineering

Your local docker repository can quickly be filled with images that are unnecessary and not associated with any running containers. This could happen if you have an intermediary image that is used in the building of a final image or if you pull down specific versions of an image and leave the old ones which over time will simply build…

Read More

MSSQL on Linux through Docker with Persistent Storage

By | Engineering

Microsoft continues its effort to release open source software and frameworks, with their recent release of Microsoft SQL Server that runs on Windows, Mac and Linux. This is easy to deploy and get up and running quickly with Docker containers. There are three main containers that you may want to reference as you get started. https://hub.docker.com/r/microsoft/mssql-server-linux/ https://hub.docker.com/r/microsoft/mssql-server-windows-developer/ https://hub.docker.com/r/microsoft/mssql-server-windows-express/ The first…

Read More