Docker Images

Prev Next

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 documentation.

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