Run Docker in Nodegrid New versions

Run Docker in Nodegrid New versions

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,

1. Login in as admin in WebUI
2. Go to System and naviagte to License
3. Add docker license key and click Save
4. Now, go to Security and then to Services
5. Go down to the Enable Virtualization Services section and select Enable Docker

6. Go to Nework::Settings . Select Enable IPv4 IP Forward


7. Go to Access page and click console 
8. type shell sudo su - to switch to shell
    type docker version  or docker --version
    to confirm that docker is running.

Note: if docker is still not running, Type,
      /etc/init.d/docker.init restart
One can see all the docker images and created containers in Applications tab in WebUI. One has to logout from UI and log back in to see Applications tab appear in UI after enabling docker.


    • Related Articles

    • 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 ...
    • 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 ...
    • Leading Practice for VM and Docker Storage Location on Nodegrid

      Running virtual machines or Docker containers on Nodegrid using the main OS disk can be problematic if the virtual machines or containers will be making many writes to the disk. A busy VM or container can significantly degrade the lifespan of the ...
    • 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 ...
    • Run Docker in Nodegrid

      Docker is an open platform for building, shipping and running distributed applications. 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 ...