DZone
Integration Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Integration Zone > Three New Open Source Container Utilities

Three New Open Source Container Utilities

These three tools are helpful for building and operating containers, including microcontainers, and are now open sourced by Oracle.

Bruno Borges user avatar by
Bruno Borges
·
Jul. 02, 17 · Integration Zone · Opinion
Like (3)
Save
Tweet
8.72K Views

Join the DZone community and get the full member experience.

Join For Free

Containers are more popular than ever. Here at Oracle, we use containers for many of our cloud services. While preparing for containers in production, we developed tools to help with building and operating containers. Today we are happy to announce that we are open sourcing these tools so that others can benefit from our work. You can find Smith, CrashCart, and RailCar on the Oracle GitHub page. Read on for more information about them.

Smith: Secure Microcontainer Builder

We have run into a number of operational issues with conventional Docker usage. Smith is a tool that solves these issues by making builds more consistent and secure. It builds microcontainers from RPMs, yum repositories, or even "fat" Docker containers. For more information on the operational challenges that led to our usage of microcontainers, check out The Microcontainer Manifesto.

CrashCart: Microcontainer Debugging Tool

When containers are minimized for production use, missing tools make it more challenging for operators to diagnose and remedy any issues that arise. Most debugging can be done from the host, but sometimes you need access to the filesystem as the container sees it. CrashCart was built for this use case. It allows you to load a set of binaries into a running container so that you can figure out what might be going wrong.

RailCar: Alternative Container Runtime

Go is a poor choice of language for a container runtime. To understand some of the problems, you can read this blog post by weaveworks. In order to work around this issue and others, runc (the default implementation of the oci-runtime spec) has some code written in C that runs before the Go runtime starts. Go is a great language, but for small system utilities that need tight control over threads and make a high volume of syscalls, there are better options. Rust gives low-level control like C, but is memory safe and avoids whole classes of bugs and vulnerabilities. There is more information about the development of RailCar in Building a Container Runtime in Rust.

Docker (software) Open source

Published at DZone with permission of Bruno Borges. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • What Is xAPI: All You Need to Know to Get Started
  • Pub/Sub Design Pattern in .NET Distributed Cache
  • Writing Beautiful, Optimized, and Better .NET Code With NDepend Static Analysis
  • Build a Business-Led API Strategy and Get the Most Out of Your APIs

Comments

Integration Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo