Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 785 Bytes

1-20-Docker-Volume-Inspect.md

File metadata and controls

27 lines (21 loc) · 785 Bytes

Test 1-20 - Docker Volume Inspect

Purpose:

To verify that docker volume inspect command is supported by VIC appliance

References:

1 - Docker Command Line Reference

Environment:

This test requires that a vSphere server is running and available

Test Steps:

  1. Deploy VIC appliance to vSphere server
  2. Issue docker volume create --name=test to the VIC appliance
  3. Issue docker volume inspect test to the VIC appliance
  4. Issue docker volume inspect fakeVolume to the VIC appliance

Expected Outcome:

  • Step 3 should result in a properly formatted JSON response
  • Step 4 should result in an error with the following message:
Error: No such volume: fakeVolume

Possible Problems:

None