Docker Images
- 16 Mar 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Docker Images
- Updated on 16 Mar 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
- Ensure the virtualization license is valid, and device firmware version is 5.4 or later.
- Go to Security :: Services and ensure Docker services are enabled.
- Go to Applications :: Docker.
- Click Get new image.
- Type httpd and press Enter.
- On the list, select the image and click Download.
- On download, the image is listed in the Images table.
Add a New Docker Container
- Select the image and click Play.
- Adjust the configuration details.
- Click Run.
For additional details see the official Docker create documentation.
NOTE
After the container is created, it does not automatically start.
Was this article helpful?