Docker container exits and stops running
Nodegrid supports docker virtualization and to run docker you require a license. All you need is to install the license and activate the docker in Nodegrid.
If the license is not installed on the device, docker might not run at all or container would exit after some time.
Please follow these steps to check whether a license is installed on Nodegrid,
Login as admin in CLI and type show /settings/license/
The output of this command will show the currently installed license with type.
Please follow this Knowledge Base for installing and activating docker in Nodegrid.
Related Articles
Licensing and activating Docker virtualization
The Nodegrid platform allows administrators to run Docker applications. To work in Docker, one needs a license that must be installed in Nodegrid. Follow this steps to run docker in Nodegrid, Login in as admin in WebUI Go to System and navigate to ...
Nodegrid Docker Container
Nodegrid linux distribution have docker application pre-installed. Verification can be done with "docker --version" command in the root shell of the Nodegrid. Note: Nodegrid requires licensing to enabled to run the containers in Nodegrid appliance In ...
Nodegrid and Docker
To use Docker with Nodegrid, you need to enable the service and add a Docker license. If you don't have a Docker license for Nodegrid OS, you can reach out to your account manager or contact support@zpeystems.com. Without a Docker license, your ...
Customize docker data-root from Nodegrid UI
In Nodegrid 6.0 or greater, you can customize the docker data-root from the Web UI. You can specify which disk partition to move the docker data-root. Any mounted and formatted disk partition can be used. The location will be created as /docker. If ...
Nodegrid Docker license and virtualization
The Nodegrid platform allows administrators to run Docker applications. The platform allows pulling of Docker applications from Docker Hub, starting and stopping of the Docker Containers. The management of Docker Applications is currently only ...