VOOZH about

URL: https://thenewstack.io/how-to-enable-developer-teams-to-improve-container-security/

⇱ How to Enable Developer Teams to Improve Container Security - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2020-11-20 09:44:39
How to Enable Developer Teams to Improve Container Security
contributed,sponsor-snyk,sponsored,sponsored-post-contributed,
Containers / Security

How to Enable Developer Teams to Improve Container Security

Containers are the norm today for development and deployment of apps. What isn't always the norm though is built-in security for container developers.
Nov 20th, 2020 9:44am by Sarah Conway
👁 Featued image for: How to Enable Developer Teams to Improve Container Security
Snyk sponsored this post.

Snyk sponsored this post.

Sarah Conway
Sarah is Senior Partner for Marketing, Strategic Alliances at Snyk.

Containers are the norm today for the development and deployment of both new and old applications. What isn’t always the norm though is built-in security for container developers.

There are many variables that organizations need to be aware of when it comes to container image security. It’s critical to understand what’s in the image, how it was created and who created it.

It’s important to scan containers for potential risks, but it’s even more important that developers understand what they can and should do with the results of a scan when it shows hundreds of vulnerabilities. The challenge of making container image security actionable and efficient for developers is one that requires people, process and technology.

Snyk research shows that 54% of developers currently do not test their container images during development.

In an effort to help organizations with all of these issues, Docker and Snyk have compiled insights and best practices into how organizations can improve container image security, in a new free guide titled, “Guide to Container Security for Development Teams.”

Snyk research shows that 54% of developers currently do not test their container images during development. There are a lot of different reasons why that’s the case, but the most obvious is that security testing during development hasn’t always been as easy as it should be. Thanks to a partnership between container pioneer Docker and Snyk, container security scanning can now be an integrated part of the development process.

The idea of scanning a container for potential vulnerabilities is not new, but on its own, is not enough either. Merely providing developers with a long list of detected vulnerabilities is not adequate for fixing issues inside containers. What is needed is an integrated process that can help reduce risks before a container is deployed.

Having security as part of an integrated container development process can help to accelerate overall development, reducing time that might be needed otherwise to fix issues after a container has been built. When container security is built into the development process, developers are able to ship faster and lighten the burden of monitoring in production.

Three Key Steps for Creating Secure Container Images

Scanning a container image after it has been built should not be the first security step for reducing potential risks. Scanning can and should be part of a larger process that is integrated into the development pipeline. There are three key steps that developers should consider when creating a secure container image.

At a high-level those steps are:

  1. Secure your code and its dependencies. Make use of tools like Snyk, to do software composition analysis (SCA), container security and static application security testing (SAST). By signing up for a free Snyk account, you can automatically find and fix vulnerabilities in Docker images and open source libraries.
  2. Build up with a minimal base image from a trusted source. Container images can come from anywhere, so be sure to pull from a trusted source, like Docker Hub. Choosing an image with a minimal operating system footprint can reduce the attack surface. Going a step further, one of the reasons Docker and Snyk have partnered is to enable you to go from advice to action. The integrated vulnerability scanning functionality in Docker Desktop can actually handle some of the work of base image selection for you.
  3. Manage all the layers in between the base image and your code. Customizing your images by starting with a minimal base and then adding your tools makes it very easy to remove these tools later, by simply taking them out of the Dockerfile. For example, a tool or library used in the building stage can be removed before the image reaches production. Scanning the middle layers is easily done with the Docker scan comment via the exclude-base option.

Within each of the three high-level steps for creating a secure container image there is the potential for vulnerabilities to exist. Vulnerabilities can (and often are) to be found in dependencies, as well as even minimal base images, across layers and in container configuration. Scanning for risks at each stage, not just at the end, is critical to achieving a more secure outcome.

There is a lot of nuance and detail into how each of the three high-level steps can be implemented that a short article can’t address. In an effort to help development teams, the new Docker and Snyk eGuide provides actionable information to help developers figure out what to fix, how to fix it in the context of a container image and Dockerfile, and where to focus efforts.

Improving container security is not a single step, nor does it require even a single tool. It’s an ongoing, multistep process that Docker and Snyk have detailed with best practices for implementation in the new free resource.

Feature image via Pixabay.

Snyk is a developer-first security company that seamlessly and proactively finds and fixes vulnerabilities and license violations in open source dependencies and container images. Security and development teams use Snyk’s automated, actionable remediation advice to build secure applications faster.
Learn More
The latest from Snyk
TRENDING STORIES
Sarah Conway is vice president of communications at the Linux Foundation where she works with some of the largest and fastest growing technologies in the history of open source. Conway has been involved in open source since 2004 and joined...
Read more from Sarah Conway
Snyk sponsored this post.
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Docker.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.