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 steps to run docker in Nodegrid,
1. Login in as admin in WebUI
2. Go to System and navigate to License
3. Add docker license key and click Save
4. Now, go to Security and then to Services
5. Go down to the option Enable Virtualization Services and click to enable it
6. Go to Access page and click console
7. type shell sudo su - to switch to shell
8. type,
docker version
to confirm that docker is running.
Note: if docker is still not running,
type,
/etc/init.d/docker.init restart