Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
collabnix authored Feb 5, 2020
1 parent 8dd195e commit 3448e39
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion intermediate/swarm/rexray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,30 @@ overall progress: 0 out of 4 tasks
3/4: preparing
```


```
dockercaptain1981@node1:~/dockerlabs/solution/viz/swarm-exec$ sudo docker v
olume inspect storage1
[
{
"CreatedAt": "0001-01-01T00:00:00Z",
"Driver": "rexray/gcepd:latest",
"Labels": {},
"Mountpoint": "",
"Name": "storage1",
"Options": {
"size": "32"
},
"Scope": "global",
"Status": {
"availabilityZone": "asia-east1-b",
"fields": null,
"iops": 0,
"name": "storage1",
"server": "gcepd",
"service": "gcepd",
"size": 32,
"type": "pd-ssd"
}
}
]
```

0 comments on commit 3448e39

Please sign in to comment.