To verify that the registry application on docker hub works as expected on VIC
1 - Docker Hub registry Official Repository
This test requires that a vSphere server is running and available
- Deploy VIC appliance to the vSphere server
- Run a registry container in the background and verify that it is working:
docker run -d -p 5000:5000 --restart always --name registry registry:2
- Each step should succeed, registry should be running without error in each case
None