You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Created a volume via the vfile driver and it created the volume, inspect shows in correct date though.
docker plugin ls
ID NAME DESCRIPTION ENABLED
49d7cc1ded23 vsphere:latest VMWare vSphere Docker Volume plugin true
84b927e50e98 pivot:latest VMWare vFile Docker Volume plugin true
docker volume create -d pivot fvol2
fvol2
docker volume inspect fvol2
[
{
"CreatedAt": "0001-01-01T00:00:00Z", <-------------
"Driver": "pivot:latest",
"Labels": {},
"Mountpoint": "/mnt/vfile/fvol2/",
"Name": "fvol2",
"Options": {},
"Scope": "global",
"Status": {
"Clients": null,
"File server Port": 0,
"Global Refcount": 0,
"Service name": "",
"Volume Status": "Ready"
}
}
]
root@sc-rdops-vm02-dhcp-52-237:/vol/docker# date
Thu Sep 7 03:13:33 PDT 2017
The text was updated successfully, but these errors were encountered: