Containers

Article Thumbnail
Article

Programmer's Model of a Processor Executing Instructions Versus Reality

William Cohen

Everything on a computer system eventually ends up being run as a sequence of machine instructions. People want to keep things simple and understandable even if that is not really the way that things work. The simple programmer's model of a Reduced Instruction Set Computer (RISC) processor executing those machine language instruction is a loop of the following steps each step finished before moving on the the next step: Fetch instruction Decode instruction and fetch register operands Execute arithmetic computation...

GNU C library
Article

Upgrading the GNU C Library within Red Hat Enterprise Linux

Florian Weimer

Occasionally, there's a need for a new GNU C Library for a given application to run. For example, some versions of the Google Chrome browser started to warn users on Red Hat Enterprise Linux 7 that future versions of Chrome would not support their operating system. The Chromium source code contained a version check, flagging all versions of the GNU C Library (glibc) older than 2.19 as obsolete. This check has since been relaxed to 2.17 (the version in Red...

RedHat Shadowman Logo
Article

Red Hat sessions at DevNexus 2016 (Atlanta)

Mike Guerette

Here are Red Hat's Session and speakers at DevNexus 2016 in Atlanta this week. Join us at these sessions plus stop by our booth for some good swag! MONDAY, FEBRUARY 15 Docker for Java EE Developers(ALL DAY WORKSHOP) Abstract: Containers are enabling developers to package their applications in new ways that are portable and work consistently everywhere: on your machine, in production, in your data center, and in the cloud. And Docker has become the de facto standard for those...

RedHat
Article

New, no-cost course: Deploying Containerized Applications

Peter Pawelski +1

Docker has become the de facto standard for defining and running containers in the Linux® operating system. Kubernetes is Red Hat's choice for container orchestration. OpenShift, built upon Docker, Kubernetes, and other open source software projects, provides Platform-as-a-Service (PaaS) for the ultimate in deploying applications within containers. Learn how to deploy applications in containers using Docker, Kubernetes, and OpenShift Enterprise by Red Hat®. Deploying Containerized Applications Technical Overview (DO080) is Red Hat's new, no-cost, video course that will teach you...

Red Hat Icon container
Article

Update: Red Hat Container Development Kit 2 Beta

Mike Guerette

Red Hat Container Development Kit (CDK) is a pre-built container development environment based on Red Hat Enterprise Linux to help you get started developing container-based applications quickly. The containers you build can be easily deployed on any Red Hat container host or platform, including: Red Hat Enterprise Linux, Red Hat Enterprise Linux Atomic Host, and our platform-as-a-service solution, OpenShift Enterprise 3. Get started with containers on Mac OS X, Microsoft Windows, or Linux To save you from having to assemble...

RedHat
Article

Go(lang) meets Fedora

Jakub Čajka

Is it this? (Editor's note: don't get it? ^^ See [1]) No, it is... Gopher image is reproduced from work created and shared by Google and Renee French on golang.org page and used according to terms described in the Creative Commons 3.0 Attribution License. What is golang? Or rather Go language? It is relatively young, conceived in 2007, released to public in 2009 and with go1 release in 2012, compiled statically typed garbage collected language designed by Robert Griesemer, Rob...

Article Thumbnail
Article

Webcast: Using the Atomic Registry for Secure Container Image Management

Mike Guerette

When working with container-based applications, admins and developers need a place to store and share container images, a way to deploy them, as well as a way to monitor and administer them once they’re deployed. Atomic Registry provides a place to store and share Docker formatted container images that are saved as images that can be shared with others, and the self-service and admin interfaces make it easy to manage container images on Red Hat Atomic Enterprise Platform. Join Red...

A Practical Introduction to Docker Container Terminology
Article

A Practical Introduction to Docker Container Terminology

Scott McCarty (fatherlinux) +1

When discussing an architecture for containerization, it’s important to have a solid grasp on the related vocabulary. One of the challenges people have is that many of the terms are used interchangeably... often causing quite a bit of confusion for newcomers.

Review of the year Top 10 Highlights
Article

2015 Year in Review - oh what a year.

Emily Parish

2015 is coming to a close and it’s always fun to reflect on all that has changed, grown, and news that almost make you wonder if pigs can now fly. Our team has greatly expanded, the community is growing, we are now accepting content contributors from around the world...so much to pick from. As you can tell it’s been a busy year and here are just some of top highlights. Here we go and in no particular order: 1) A...

A Practical Introduction to Docker Container Terminology
Article

Deploying PSGI Applications using RHSCL Docker Containers

Petr Pisar

Red Hat Software Collections (RHSCL) 2.0 brings Perl 5.20 as a Docker image. This allows you to deploy Perl applications easily. The basic idea is to combine your application code from Git tree and Red Hat's rhscl/perl-520-rhel7 base image into an application image that will run your application in mod_perl environment. Your application can either be a simple Common Gateway Interface (CGI) script or a full-fledged Perl Web Server Gateway Interface (PSGI) application. Following this step-by-step procedure will show you...

Article Thumbnail
Article

Repost - Architecting Containers Part 3: How the User Space Affects Your Application | Red Hat Enterprise Linux Blog

Scott McCarty (fatherlinux)

In Architecting Containers Part 1 we explored the difference between the user space and kernel space. In Architecting Containers Part 2 we explored why the user space matters to developers, administrators, and architects. In today’s post we will highlight a handful of important ways the choice of the user space can affect application deployment and maintenance. While there are many ways for a given container architecture to affect and/or influence your application, the user space provides tooling that is often...

A Practical Introduction to Docker Container Terminology
Article

Containerize your Ruby on Rails/PostgreSQL application with RHSCL Docker images

Josef Stříbný

New RHSCL-based Docker images that are now in beta let you easily build your own application containers even without writing any Dockerfiles. Here is an example of a Ruby on Rails application built with the Ruby 2.2 image using the PostgreSQL 9.4 image as a database backend. For building the application image we will use a tool called source-to-image (s2i, formally sti) which is a program that can build your application image on top of s2i images. For example the...

Red Hat OpenShift logo
Article

Optimizing Twelve (12) Factor app for Red Hat OpenShift

Albert T. Wong (albert@redhat.com)

OpenShift Enterprise by Red Hat was designed to be application architecture agnostic. In addition to running traditional stateful and/or legacy-type workloads, OpenShift Enterprise seamlessly provides support for modern, stateless Twelve-Factor applications. This document provides a guide on how to optimize the architecture and deployment of your Twelve-Factor applications on OpenShift Enterprise. Note: The Twelve-Factor app is a methodology for building apps in modern cloud environments. Read more at http://12factor.net/. Factor Relationship Codebase One codebase tracked in revision control, many deploys...

A Practical Introduction to Docker Container Terminology
Article

Database Docker images - now beta via Software Collections

Marek Skalický

“As a part of the Red Hat Software Collections offering, Red Hat provides a number of container images, which are based on the corresponding Software Collections. These include application, daemon, and database images. The provided images, currently available in the Beta version” (for more information see https://access.redhat.com/articles/1752723) Red Hat Software Collections allows you to run newer versions of software on a stable Red Hat Enterprise Linux. These new images combine this feature with the benefits of containers. In this post...

A Practical Introduction to Docker Container Terminology
Article

Red Hat Software Collections 2.0 Docker images, Beta release

Joe Orton

I'm very happy to announce that Docker images based on collections from Red Hat Software Collections (RHSCL) 2.0 are in beta testing. The images are available from the Red Hat Container Registry, and we've got the set of collections for language, databases and web servers covered - a complete list is below. If you've not tried out the Docker package from RHEL7 Extras, you need to enable the Extras channel, install the docker page, and start the docker service; an...

Red Hat Icon container
Article

Can't We Just Run Boot2Docker in Production?

Scott McCarty (fatherlinux)

Background I’ve been working with the CTO of a online video game company to develop a container architecture for his business. The goal is to simplify the deployment of new applications as well as make it easier to go back and change code on older applications. The desired state is environmental parity across the infrastructure -- this will simplify the assignment of work on different applications to different developers. From developer laptops to production servers, the code will just work...

Article Thumbnail
Article

Repost: Architecting Containers Part 2: Why the User Space Matters

Scott McCarty (fatherlinux)

In Architecting Containers Part 1 we explored the difference between user space and kernel space. In this post, we will continue by exploring why the user space matters to developers, administrators, and architects. From a functional perspective, we will explore the connection that both ISV applications and in-house application development have to the user space. Read the entire article: Architecting Containers Part 2: Why the User Space Matters | Red Hat Enterprise Linux Blog

A Practical Introduction to Docker Container Terminology
Article

Red Hat: Containers for Grown-Ups - repost from Tools Advisor

Mike Guerette

This is a guest post written by Red Hat's own Gunnar Hellekson. I tend to pay attention to what Gunnar has to say and recommend the same. "There are three big challenges that lay between containers-as-toy and containers-as-infrastructure: Containers demand a lot more automation than you have now. Containers make you an operating system vendor. Containers drive organizational changes." Source: Red Hat: Containers for Grown-Ups - Tools Advisor

NodeConf.eu Image
Article

Node immersion at NodeConf.eu

Mike Guerette +1

A number of Red Hatters are attending this week's NodeConf.eu as one of the event sponsors, but we're also here to learn more about Node.js and listen to some great sessions. Plus, I've met probably a dozen Red Hatters for the first time - most of whom are part of the Red Hat Mobile Application Platform team (formerly FeedHenry). Another nice benefit for this event is that it's in Waterford, Ireland, and specifically at Waterford Castle (TRULY - this is...

Article Thumbnail
Article

Containers in the enterprise - Are you ready for this?

Matt (Stuempfle) Lyteson

So here's are deal: We've created what we're calling "PaaS-Containers" in our IT production environment. It consists of core technologies like RHEL Atomic Host, Kubernetes, and Docker along with supporting CI/CD components like Jenkins together as part of an offering that supports the end-to-end automated deployments of applications from a code-commit event through automated testing and roll-out through multiple environments (dev, QA, stage, prod). Oh, did I mention that it's also integrated with our enterprise logging and monitoring as well...

Article Thumbnail
Article

Repost - Architecting Containers Part 1: User Space vs. Kernel Space

Scott McCarty (fatherlinux)

Are you getting into architecting for containers? Here's a repost of my article on rhelblog.redhat.com. Perhaps you’ve been charged with developing a container-based application infrastructure? If yes, you most likely understand the value that containers can provide to your developers, architects, and operations team. In fact, you’ve likely been reading up on containers and are excited about exploring the technology in more detail. However, before diving head-first into a discussion about the architecture and deployment of containers in a production...

Red Hat Icon container
Article

Repost: What’s Next for Containers? User Namespaces

Scott McCarty (fatherlinux)

What are user namespaces? Sticking with the apartment complex analogy, the numbering of users and groups have historically been the same in every container and in the underlying host, just like public channel 10 is generally the same in every unit in an apartment building. But, imagine that people in different apartments are getting their television signal from different cable and satellite companies. Channel 10 is now different for each person. It might be sports for one person, and news...

Article Thumbnail
Article

From Red Hat Summit: Red Hat Container Strategy

Mike Guerette

Fresh from Red Hat Summit, Lars Herrmann, who is responsible for Red Hat's container strategy, shares Red Hat's container strategy at during this Red Hat Summit 2015 session: https://youtu.be/J3d8tf_Fcvg Lars does a great job explaining: the value of containers and further explains them with "the most interesting application in the world" the consistency across traditional and cloud-ready applications application portability linkages to IaaS and PaaS the roles of container certification and registries more...

Article Thumbnail
Article

Rails + jspm >= ECMAScript 6 awesomeness

Hugo Guerrero +1

From the buzz on Twitter and blog posts, you could feel that ECMAScript 6 was finally coming. It has many things we’ve wanted for years, so it makes sense to start new projects with it in mind. ECMAScript 6 Others have written in depth about various ECMAScript 6 features. I’d like to focus just on one: module loading. There is no common way to load your ES6 modules natively in the browsers. For example babel, has support for three different...

Article Thumbnail
Article

Container development for all: Red Hat’s Container Development Kit

Mike Guerette

So Docker containers are all the rage, right? (If you didn't know this, you do now.) :) For a while now, Red Hatters have already been doing a ton of upstream container work on Docker, Kubernetes, and a new item called Nulecule. But while Docker containers have skyrocketed in popularity, there's been no convenient means to set up a development environment for building containerized apps. Wouldn’t it be handy to develop YOUR containerized apps for Red Hat Enterprise Linux from...