Pricing Login
Pricing

DevOps and Security Glossary Terms

Glossary Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Container - definition & overview

In this article
What is a container?
How a Docker container is created
Docker container vs. virtual machine
Use cases for containers in software engineering and IT
Simplify Docker analysis and troubleshooting with Sumo Logic
What is a container?
How a Docker container is created
Docker container vs. virtual machine
Use cases for containers in software engineering and IT
Simplify Docker analysis and troubleshooting with Sumo Logic

What is a container?

A container is a programming object that consists of an application and all of its dependencies. With containers, developers do not have to worry about taking additional measures to ensure that their code functions on a variety of machines.

Key takeaways

  • Today's standard methodology for creating and implementing containers was popularized by the technology company Docker who released the open-source Docker application in 2013.
  • Docker containers are frequently compared to virtual machines, as both are examples of virtualization technologies that are implemented during software the testing and debugging process of software development.
  • Using containers makes it easier for software developers to migrate their code to new environments, including cloud environments, without needing code changes to achieve compatibility.
  • Sumo Logic's integration for Docker containers enables IT teams to analyze, troubleshoot and perform root cause analysis of issues surfacing from distributed container-based applications and from Docker containers themselves.

How a Docker container is created

Today's standard methodology for creating and implementing containers was popularized by the technology company Docker who released the open-source Docker application in 2013. Docker is an operating-system-level virtualization software tool that makes it easier for developers to create, test, update, monitor, deploy and run applications using containers. A container is a runtime instance of an image initiated from a DockerFile through the Docker Engine application.

When working with the Docker Engine, all of the information needed to create and run a container lives in the docker image. A docker image is an ordered collection of root filesystem changes and execution parameters that will be used in the running container.

Images are created using a type of file called a dockerfile. A dockerfile is a text script that contains all of the commands that must be executed to build your docker image just how you want it. After you build the image, running it will launch the docker container and your application will be deployed. We can summarize the whole process as follows:

  1. Write a dockerfile with instructions telling the docker engine how the docker image should be constructed
  2. Execute a build command on the dockerfile
  3. You now have a docker image
  4. Take your docker image and run it using the docker engine. You have now created a docker container.

Docker container vs. virtual machine

Docker containers are frequently compared to virtual machines, as both are examples of virtualization technologies that are implemented during software the testing and debugging process of software development. Both virtual machines and containers will allow users to package applications together with configuration files and libraries, and provide an isolated environment for running services or applications. Despite their similarities, however, there are a few key elements of difference that set virtual machines and containers apart.

Virtual machines are more resource intensive

The differences in architecture between virtual machines and containers mean that virtual machines are more demanding on computing resources and less efficient than containers.

Both virtual machines and containers require a host machine with hardware and an operating system. Virtual machines use software called a hypervisor to create and run virtual machines and allocate the physical machine's resources between them. Each virtual machine requires its own "guest operating system," binaries and other dependencies, and application code.

The key feature of containers here is that they don't require a separate operating system to run. A collection of containers on the same physical machine can share the OS kernel, meaning that the user can create several runtime instances of virtualized applications without placing as much burden on the CPU.

Docker containers can be deployed more quickly

Docker containers use fewer computing resources than virtual machines because they don't require a separate operating system of their own to function. Another consequence of this is that docker containers can be initiated and scaled up more quickly. When a virtual machine is created by a hypervisor, it takes longer because an entire operating system needs to be started up. This also creates additional resource demands on the system memory that could be avoided by using a container.

Use cases for containers in software engineering and IT

Microservices

In today's world of software development, the need to deliver frequent and fast updates to consumers has driven more software developers to adopt the microservices architecture model. In this model, applications are built as a collection of services and each service represents a distinct feature with a clear business value. Containers allow software developers to package each service as an isolated process within the application, streamlining updates and maintenance and enabling continuous integration of new updates.

Enhanced availability

Containers can be used in conjunction with a specialized function of the Docker Engine known as a Docker Swarm to enhance service or application availability. A docker swarm is a group of physical machines that are working together in a cluster to provide resources to containers. A user can initiate a Docker Swarm by choosing a swarm manager and assigning other machines to the swarm. When a machine joins the swarm, it becomes a node. There are worker nodes that use their resources to execute tasks and manager nodes that function by allocating tasks or service requests to whichever nodes have resources available.

If one of the manager nodes in a docker swarm fails, the system can automatically recover and continue to assign tasks to worker nodes. Users can implement up to seven manager nodes to ensure that the docker swarm, and therefore the application, remains active even if one or more of the manager nodes experiences an outage.

Application migration to the cloud

Using containers makes it easier for software developers to migrate their code to new environments, including cloud environments, without needing code changes to achieve compatibility. Containers also support a standardized code deployment process that streamlines the management of applications that run in hybrid cloud environments.

Simplify Docker analysis and troubleshooting with Sumo Logic

Sumo Logic's integration for Docker containers enables IT teams to analyze, troubleshoot and perform root cause analysis of issues surfacing from distributed container-based applications and from Docker containers themselves.

Docker overview
Monitoring and analytics with the Sumo Logic Docker app

Features the application provides include:

  • Native collection source for the entire Docker infrastructure.
  • Real-time monitoring of the Docker infrastructure, including stats, events, and container logs.
  • Ability to troubleshoot issues and set alerts on abnormal container or application behavior.
  • Visualizations of key metrics and KPIs, including image usage, container actions, and faults, as well as CPU/memory/network statistics.
  • Ability to easily create custom and aggregate KPIs and metrics using Sumo Logic’s powerful query language.
  • Advanced analytics powered by Log Reduce, Anomaly Detection, Transaction Analytics, and Outlier Detection.

The Sumo Logic App for Docker uses a container that includes a collector and a script source to gather statistics and events from the Docker Remote API on each host. The app wraps events into JSON messages, and then enumerates overall running containers and listens to the event stream. This essentially creates a log for container events.

In addition, the app collects configuration information obtained using Docker’s Inspect API, and collects host and daemon logs, giving developers and DevOps teams a way to monitor their entire Docker infrastructure in real-time.

Complete visibility for DevSecOps

Reduce downtime and move from reactive to proactive monitoring.