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