Skip to content

Docker Containers in RedHawk Linux

Learn how to install and manage Docker Containers in RedHawk Linux

A container is a unit of software that houses your code and all its dependencies so your application can run reliably in different computing environments. Docker is a container solution that uses a client-server architecture where the client talks to the Docker daemon. The Docker daemon handles building, running and distributing Docker containers.

This document provides detailed, step-by-step instructions for creating and running a simple “Hello, World!” application container on systems running RedHawk™ Linux® 8.x. Both RedHawk Linux systems utilizing a RHEL base distribution and an Ubuntu® base distribution are covered.

Back to top