New in Docker Desktop 4.15:Improving Usability and Performance for
Easier Builds
Docker Desktop 4.15 is here!And it’s packed with usability
upgrades to help you find the images you want, manage your
containers, discover vulnerabilities, and more. Learn More
It’s time for the holidays, and we’ve got some exciting new Docker
Extensions to share with you!Docker extensions build new
functionality into Docker Desktop, extend its existing
capabilities, and allow you to discover and integrate additional
tools that you’re already using with Docker.Let’s take a look at
two exciting new extensions from December. And if you’d like to see
everything available, check out our full Extensions Marketplace!
This guest post is written by Prakhar Srivastav, Senior
Software Engineer at Google.
Anyone who’s built their own containers, either for local
development or for cloud deployment, knows the advantages of
keeping container sizes small.In most cases, keeping the container
image size small translates to real dollars saved by reducing
bandwidth and storage costs on the cloud.In addition, smaller
images ensure faster transfer and deployments when using them in a
CI/CD server. However, even for experienced Docker users, it can
This post was co-written with Eduardo Silva, Founder and CEO of
Calyptia.
Applications produce a lot of observability data.And it can be a
constant struggle to source, ingest, filter, and output that data
to different systems.Managing these observability data pipelines is
essential for being able to leverage your data and quickly gain
actionable insights. In cloud and containerized environments,
Fluent Bit is a popular choice for marshaling data across
cloud-native environments.A super fast, lightweight, and highly
scalable
This article was co-authored by Advait Ruia, CEO atSuperTokens.
Authentication directly affects the UX, dev experience, and
security of any app.Authentication solutions ensure that sensitive
user data is protected and only owners of this data have access to
it.Although authentication is a vital part of web services,
building it correctly can be time-consuming and expensive.For a
personal project, a simple email/password solution can be built in
a day, but the security and reliability requirements of
production-ready