File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -217,18 +217,18 @@ The Public API will run on `$(docker-machine ip):8082`
217
217
* 80 GB Disk space
218
218
219
219
Assuming you are using Docker Machine to provision your Docker
220
- environment, you can check you current settings with (ignore the
221
- second ` Memory ` ):
220
+ environment, you can check you current settings with the following
221
+ (ignore the second ` Memory ` ):
222
222
223
223
$ docker-machine inspect | grep 'CPU\|Memory\|DiskSize'
224
224
"CPU": 4,
225
225
"Memory": 6144,
226
226
"DiskSize": 81920,
227
227
"Memory": 0,
228
228
229
- If your settings are _ below _ these suggestions, you should create a new
230
- Docker VM. The following will create a _ machine _ named ` hmda-platform `
231
- with the appropriate resources:
229
+ If your settings are below these suggestions, you should create a new
230
+ Docker VM. The following will create a VM named ` hmda-platform ` with
231
+ the appropriate resources:
232
232
233
233
$ docker-machine create \
234
234
--driver virtualbox \
You can’t perform that action at this time.
0 commit comments