To verify that the mysql application on docker hub works as expected on VIC
1 - Docker Hub mysql 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 some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql
- Each step should succeed, mysql should be running without error in each case
None