---
title: "Docker Images"
slug: "docker-images"
updated: 2023-03-16T17:40:29Z
published: 2023-03-16T17:40:29Z
canonical: "docs.zpesystems.com/docker-images"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zpesystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Docker Images

Administrators can directly download images from the Docker Hub to *Applications :: Docker*. The Nodegrid device must have access to the Docker Hub.

Each container can be configured with several parameters, including exposed ports, memory allocation, environmental variables, name, etc. When a container is created, detailed information is displayed in drop-down menus.

### Add a new Docker Image

**NOTE**Requires administrator privileges.

1. Ensure the virtualization license is valid, and device firmware version is 5.4 or later.
2. Go to *Security :: Services* and ensure Docker services are enabled.
3. Go to *Applications :: Docker*.
4. Click **Get new image**.
5. Type **httpd**and press **Enter**.
6. On the list, select the image and click **Download**.
7. On download, the image is listed in the *Images* table.

### Add a New Docker Container

1. Select the image and click **Play**.
2. Adjust the configuration details.
3. Click **Run**.

For additional details see the official [Docker create](https://docs.docker.com/engine/reference/commandline/create/) documentation.

**NOTE**After the container is created, it does not automatically start.
