Is it safe to run `docker load` on a potentially malicious archive generated by `docker save` which will later be run with the gvisor runtime?

The image loaded with docker load will be user submitted, and I may also add additional files to it (which could also be potentially malicious). A container will then be created based on the image, and run with runsc (gVisor) runtime.
In m… Continue reading Is it safe to run `docker load` on a potentially malicious archive generated by `docker save` which will later be run with the gvisor runtime?

How to Install SQL Server Containers on Linux Using Docker

Microsoft has officially supported running SQL Server in a container since SQL Server 2017. Today, most support is for SQL Server on Linux containers, and Microsoft only supports SQL Server 2022 on Linux containers for production workloads. In this article, I’ll show you how to configure SQL Server Docker containers on Linux. Why would you…

The post How to Install SQL Server Containers on Linux Using Docker appeared first on Petri IT Knowledgebase.

Continue reading How to Install SQL Server Containers on Linux Using Docker

Top Collaboration Tools for DevOps Developers

We review some of the best collaboration tools and software for DevOps developers. Learn about their features, pricing, and benefits. Continue reading Top Collaboration Tools for DevOps Developers

How to add the Docker Scout feature to the Docker CLI

In this TechRepublic How to Make Tech Work tutorial, Jack Wallen shows you how to add the Docker Scout feature to the Docker CLI.
The post How to add the Docker Scout feature to the Docker CLI appeared first on TechRepublic.
Continue reading How to add the Docker Scout feature to the Docker CLI

How to Stop and Remove All Docker Containers with 2 Simple Commands

In this TechRepublic How to Make Tech Work video, Jack Wallen shows how to stop and remove all Docker containers at once with just two simple commands.
The post How to Stop and Remove All Docker Containers with 2 Simple Commands appeared first on TechR… Continue reading How to Stop and Remove All Docker Containers with 2 Simple Commands