Test 22-08 - node ======= # Purpose: To verify that the node application on docker hub works as expected on VIC # References: [1 - Docker Hub node Official Repository](https://hub.docker.com/_/node/) # Environment: This test requires that a vSphere server is running and available # Test Steps: 1. Deploy VIC appliance to the vSphere server 2. Create a simple node application with a package.json and server.js file copied into the container 3. Run the simple node application in the background and verify that it is working: `docker run -p 8080:8080 -d node` # Expected Outcome: * Each step should succeed, node should be running without error in each case # Possible Problems: None