Skip to content

Commit 3448e39

Browse files
authored
Update README.md
1 parent 8dd195e commit 3448e39

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

intermediate/swarm/rexray/README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,30 @@ overall progress: 0 out of 4 tasks
121121
3/4: preparing
122122
```
123123

124-
124+
```
125+
dockercaptain1981@node1:~/dockerlabs/solution/viz/swarm-exec$ sudo docker v
126+
olume inspect storage1
127+
[
128+
{
129+
"CreatedAt": "0001-01-01T00:00:00Z",
130+
"Driver": "rexray/gcepd:latest",
131+
"Labels": {},
132+
"Mountpoint": "",
133+
"Name": "storage1",
134+
"Options": {
135+
"size": "32"
136+
},
137+
"Scope": "global",
138+
"Status": {
139+
"availabilityZone": "asia-east1-b",
140+
"fields": null,
141+
"iops": 0,
142+
"name": "storage1",
143+
"server": "gcepd",
144+
"service": "gcepd",
145+
"size": 32,
146+
"type": "pd-ssd"
147+
}
148+
}
149+
]
150+
```

0 commit comments

Comments
 (0)