-
Notifications
You must be signed in to change notification settings - Fork 24
/
minio-docker-quickstart-guide
633 lines (546 loc) · 31.5 KB
/
minio-docker-quickstart-guide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="MinIO">
<link rel="apple-touch-icon" sizes="180x180" href="https://min.io/resources/favs/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://min.io/resources/favs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://min.io/resources/favs/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://min.io/resources/favs/favicon-16x16.png">
<title>MinIO | Learn more about MinIO's Docker Implementation</title>
<meta name="description" content="The MinIO Docker Quickstart Guide offers examples, code and documentation for those using Docker to run MinIO">
<meta name="keywords" content="Docker, MinIO container, minio container with persistent storage, Standalone MinIO on Docker, MinIO Docker Tips, Distributed MinIO on Docker">
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet">
<link href="/docs/css/gluegun.min.css" rel="stylesheet">
<link href="/docs/vendors/highlight.js/default.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet">
<style type="text/css">
.algolia-autocomplete {
width: 100%;
left: 0; }
.algolia-autocomplete .ds-dropdown-menu {
min-width: 500px;
max-width: 800px; }
@media (max-width: 991px) {
.algolia-autocomplete .ds-dropdown-menu {
min-width: 200px; } }
.algolia-autocomplete .ds-dropdown-menu:before {
display: none !important; }
</style>
</head>
<body>
<aside class="sidebar">
<div class="sidebar__inner">
<a href="" class="sidebar__close">
<svg class="sidebar__close__icon">
<polygon points="15.8333324 5.34166622 14.6583325 4.16666642 9.99999942 8.82499958 5.34166622 4.16666642 4.16666642 5.34166622 8.82499958 9.99999942 4.16666642 14.6583325 5.34166622 15.8333324 9.99999942 11.1749992 14.6583325 15.8333324 15.8333324 14.6583325 11.1749992 9.99999942"></polygon>
</svg>
</a>
<a href="https://min.io" class="logo">
<img src="https://min.io/resources/img/logo/MINIO_wordmark.png" alt="">
</a>
<ul class="doc-link">
<li class='doc-link__category toggled'>
<a href="" class="doc-link__header">
MinIO Server </a>
<ul class="doc-link__items" style='display: block'>
<li>
<a href="/docs/minio-quickstart-guide.html">
MinIO Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-docker-quickstart-guide.html" class="doc-link__active">
MinIO Docker Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-erasure-code-quickstart-guide.html">
MinIO Erasure Code Quickstart Guide </a>
</li>
<li>
<a href="/docs/distributed-minio-quickstart-guide.html">
Distributed MinIO Quickstart Guide </a>
</li>
<li>
<a href="/docs/disaggregated-spark-and-hadoop-hive-with-minio.html">
Disaggregated Spark and Hadoop Hive with MinIO </a>
</li>
<li>
<a href="/docs/how-to-secure-access-to-minio-server-with-tls.html">
How to secure access to MinIO server with TLS </a>
</li>
<li>
<a href="/docs/minio-bucket-notification-guide.html">
MinIO Bucket Notification Guide </a>
</li>
<li>
<a href="/docs/minio-server-limits-per-tenant.html">
MinIO Server Limits Per Tenant </a>
</li>
<li>
<a href="/docs/minio-server-configuration-guide.html">
MinIO Server Configuration Guide </a>
</li>
<li>
<a href="/docs/multi-tenant-minio-deployment-guide.html">
Multi-tenant MinIO Deployment Guide </a>
</li>
<li>
<a href="/docs/minio-gateway-for-azure.html">
MinIO Gateway for Azure </a>
</li>
<li>
<a href="/docs/minio-gateway-for-nas.html">
MinIO Gateway for NAS </a>
</li>
<li>
<a href="/docs/minio-gateway-for-s3.html">
MinIO Gateway for S3 </a>
</li>
<li>
<a href="/docs/minio-gateway-for-hdfs.html">
MinIO Gateway for HDFS </a>
</li>
<li>
<a href="/docs/minio-disk-cache-guide.html">
MinIO Disk Cache Guide </a>
</li>
<li>
<a href="/docs/minio-monitoring-guide.html">
MinIO Monitoring Guide </a>
</li>
<li>
<a href="/docs/how-to-monitor-minio-using-prometheus.html">
How to monitor MinIO using Prometheus </a>
</li>
<li>
<a href="/docs/minio-federation-quickstart-guide.html">
MinIO Federation Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-kms-quickstart-guide.html">
MinIO KMS Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-select-api-quickstart-guide.html">
MinIO Select API Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-compression-guide.html">
MinIO Compression Guide </a>
</li>
<li>
<a href="/docs/minio-multi-user-quickstart-guide.html">
MinIO Multi-User Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-sts-quickstart-guide.html">
MinIO STS Quickstart Guide </a>
</li>
</ul>
</li>
<li class='doc-link__category '>
<a href="" class="doc-link__header">
MinIO Deployment </a>
<ul class="doc-link__items" style=''>
<li>
<a href="/docs/minio-deployment-quickstart-guide.html">
MinIO Deployment Quickstart Guide </a>
</li>
<li>
<a href="/docs/deploy-minio-on-docker-swarm.html">
Deploy MinIO on Docker Swarm </a>
</li>
<li>
<a href="/docs/deploy-minio-on-kubernetes.html">
Deploy MinIO on Kubernetes </a>
</li>
<li>
<a href="/docs/deploy-minio-on-docker-compose.html">
Deploy MinIO on Docker Compose </a>
</li>
</ul>
</li>
<li class='doc-link__category '>
<a href="" class="doc-link__header">
MinIO Client </a>
<ul class="doc-link__items" style=''>
<li>
<a href="/docs/minio-client-quickstart-guide.html">
MinIO Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/minio-client-complete-guide.html">
MinIO Client Complete Guide </a>
</li>
<li>
<a href="/docs/minio-admin-complete-guide.html">
MinIO Admin Complete Guide </a>
</li>
</ul>
</li>
<li class='doc-link__category '>
<a href="" class="doc-link__header">
MinIO SDKs </a>
<ul class="doc-link__items" style=''>
<li>
<a href="/docs/javascript-client-quickstart-guide.html">
JavaScript Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/javascript-client-api-reference.html">
JavaScript Client API Reference </a>
</li>
<li>
<a href="/docs/java-client-quickstart-guide.html">
Java Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/java-client-api-reference.html">
Java Client API Reference </a>
</li>
<li>
<a href="/docs/python-client-quickstart-guide.html">
Python Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/python-client-api-reference.html">
Python Client API Reference </a>
</li>
<li>
<a href="/docs/golang-client-quickstart-guide.html">
Golang Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/golang-client-api-reference.html">
Golang Client API Reference </a>
</li>
<li>
<a href="/docs/dotnet-client-quickstart-guide.html">
.NET Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/dotnet-client-api-reference.html">
.NET Client API Reference </a>
</li>
<li>
<a href="/docs/haskell-client-quickstart-guide.html">
Haskell Client Quickstart Guide </a>
</li>
<li>
<a href="/docs/haskell-client-api-reference.html">
Haskell Client API Reference </a>
</li>
</ul>
</li>
<li class='doc-link__category '>
<a href="" class="doc-link__header">
Cookbook </a>
<ul class="doc-link__items" style=''>
<li>
<a href="/docs/s3cmd-with-minio.html">
S3cmd with MinIO </a>
</li>
<li>
<a href="/docs/aws-cli-with-minio.html">
AWS CLI with MinIO </a>
</li>
<li>
<a href="/docs/restic-with-minio.html">
restic with MinIO </a>
</li>
<li>
<a href="/docs/store-mysql-backups-in-minio.html">
Store MySQL Backups in MinIO </a>
</li>
<li>
<a href="/docs/store-mongodb-backups-in-minio.html">
Store MongoDB Backups in MinIO </a>
</li>
<li>
<a href="/docs/store-postgresql-backups-in-minio.html">
Store PostgreSQL Backups in MinIO </a>
</li>
<li>
<a href="/docs/setup-caddy-proxy-with-minio.html">
Setup Caddy proxy with MinIO </a>
</li>
<li>
<a href="/docs/setup-nginx-proxy-with-minio.html">
Setup Nginx proxy with MinIO </a>
</li>
<li>
<a href="/docs/aggregate-apache-logs-with-fluentd-and-minio.html">
Store Apache Logs into MinIO </a>
</li>
<li>
<a href="/docs/rclone-with-minio-server.html">
Rclone with MinIO Server </a>
</li>
<li>
<a href="/docs/setup-apache-http-proxy-with-minio-server.html">
Setup Apache HTTP proxy with MinIO Server </a>
</li>
<li>
<a href="/docs/upload-files-from-browser-using-pre-signed-urls.html">
Upload files from browser using pre-signed URLs </a>
</li>
<li>
<a href="/docs/how-to-run-minio-in-freenas.html">
How to run MinIO in FreeNAS? </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-php-with-minio-server.html">
How to use AWS SDK for PHP with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-ruby-with-minio-server.html">
How to use AWS SDK for Ruby with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-python-with-minio-server.html">
How to use AWS SDK for Python with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-javascript-with-minio-server.html">
How to use AWS SDK for JavaScript with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-run-multiple-minio-servers-with-traef-k.html">
How to run multiple MinIO servers with Træfɪk </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-go-with-minio-server.html">
How to use AWS SDK for Go with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-java-with-minio-server.html">
How to use AWS SDK for Java with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-paperclip-with-minio-server.html">
How to use Paperclip with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-aws-sdk-for-net-with-minio-server.html">
How to use AWS SDK for .NET with MinIO Server </a>
</li>
<li>
<a href="/docs/how-to-use-minio-s-server-side-encryption-with-aws-cli.html">
How to use MinIO's server-side-encryption with aws-cli </a>
</li>
<li>
<a href="/docs/generate-let-s-encypt-certificate-using-concert-for-minio.html">
Generate Let's Encrypt certificate using Certbot for MinIO </a>
</li>
</ul>
</li>
</ul>
</div>
</aside>
<section class="content">
<header class="header">
<a href="" class="sidebar-toggle"></a>
<div class="search">
<input type="text" class="search__text" placeholder="Search documents...">
</div>
<div class="doc-actions">
<div class="dropdown doc-actions__edit">
<a href="" class="dropdown__toggle dropdown__toggle--caret doc-actions__item">
<img src="/docs/img/icons/edit.svg" alt="">
<span>Suggest an Edit</span>
</a>
<div class="dropdown__menu dropdown__menu--right">
<ol>
<li>Log into Github.</li>
<li>Edit files with your changes by clicking on 'Edit the file in your fork of this project' button in Github.</li>
<li>Commit changes via 'Create a new branch for this commit and start a pull request'.</li>
</ol>
<a href="https://github.com/minio/minio/blob/master/docs/docker/README.md" class="button button--primary button--block">Edit in Github</a>
</div>
</div>
<div class="dropdown">
<a href="" class="dropdown__toggle dropdown__toggle--caret doc-actions__item">
<img src="/docs/img/icons/translate.svg" alt="">
<span>Translation</span>
</a>
<div class="dropdown__menu dropdown__menu--right">
<a class="dropdown__item" href="/cn/">Chinese</a>
</div>
</div>
</div>
</header>
<section class="doc-preview">
<h1>MinIO Docker Quickstart Guide <a href="https://slack.min.io"><img src="https://slack.min.io/slack?type=svg" alt="Slack"></a> <a href="https://hub.docker.com/r/minio/minio/"><img src="https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800" alt="Docker Pulls"></a></h1>
<h2>Prerequisites</h2>
<p>Docker installed on your machine. Download the relevant installer from <a href="https://www.docker.com/community-edition#/download">here</a>.</p>
<h2>Run Standalone MinIO on Docker.</h2>
<p>MinIO needs a persistent volume to store configuration and application data. However, for testing purposes, you can launch MinIO by simply passing a directory (<code>/data</code> in the example below). This directory gets created in the container filesystem at the time of container start. But all the data is lost after container exits.</p>
<pre lang="sh"><code>docker run -p 9000:9000 minio/minio server /data
</code></pre>
<p>To create a MinIO container with persistent storage, you need to map local persistent directories from the host OS to virtual config <code>~/.minio</code> and export <code>/data</code> directories. To do this, run the below commands</p>
<h4>GNU/Linux and macOS</h4>
<pre lang="sh"><code>docker run -p 9000:9000 --name minio1 \
-v /mnt/data:/data \
minio/minio server /data
</code></pre>
<h4>Windows</h4>
<pre lang="sh"><code>docker run -p 9000:9000 --name minio1 \
-v D:\data:/data \
minio/minio server /data
</code></pre>
<h2>Run Distributed MinIO on Docker</h2>
<p>Distributed MinIO can be deployed via <a href="https://docs.min.io/docs/deploy-minio-on-docker-compose">Docker Compose</a> or <a href="https://docs.min.io/docs/deploy-minio-on-docker-swarm">Swarm mode</a>. The major difference between these two being, Docker Compose creates a single host, multi-container deployment, while Swarm mode creates a multi-host, multi-container deployment.</p>
<p>This means Docker Compose lets you quickly get started with Distributed MinIO on your computer - ideal for development, testing, staging environments. While deploying Distributed MinIO on Swarm offers a more robust, production level deployment.</p>
<h2>MinIO Docker Tips</h2>
<h3>MinIO Custom Access and Secret Keys</h3>
<p>To override MinIO's auto-generated keys, you may pass secret and access keys explicitly as environment variables. MinIO server also allows regular strings as access and secret keys.</p>
<h4>GNU/Linux and macOS</h4>
<pre lang="sh"><code>docker run -p 9000:9000 --name minio1 \
-e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
-e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
-v /mnt/data:/data \
minio/minio server /data
</code></pre>
<h4>Windows</h4>
<pre lang="powershell"><code>docker run -p 9000:9000 --name minio1 \
-e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
-e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
-v D:\data:/data \
minio/minio server /data
</code></pre>
<h3>Run MinIO Docker as a regular user</h3>
<p>Docker provides standardized mechanisms to run docker containers as non-root users.</p>
<h4>GNU/Linux and macOS</h4>
<p>On Linux and macOS you can use <code>--user</code> to run the container as regular user.</p>
<blockquote>
<p>NOTE: make sure --user has write permission to <em>${HOME}/data</em> prior to using <code>--user</code>.</p>
<pre lang="sh"><code>mkdir -p ${HOME}/data
docker run -p 9000:9000 \
--user $(id -u):$(id -g) \
--name minio1 \
-e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
-e "MINIO_SECRET_KEY=wJalrXUtnFEMIK7MDENGbPxRfiCYEXAMPLEKEY" \
-v ${HOME}/data:/data \
minio/minio server /data
</code></pre>
</blockquote>
<h4>Windows</h4>
<p>On windows you would need to use <a href="https://success.docker.com/article/modernizing-traditional-dot-net-applications#integratedwindowsauthentication">Docker integrated windows authentication</a> and <a href="https://blogs.msdn.microsoft.com/containerstuff/2017/01/30/create-a-container-with-active-directory-support/">Create a container with Active Directory Support</a></p>
<blockquote>
<p>NOTE: make sure your AD/Windows user has write permissions to <em>D:\data</em> prior to using <code>credentialspec=</code>.</p>
</blockquote>
<pre lang="powershell"><code>docker run -p 9000:9000 \
--name minio1 \
--security-opt "credentialspec=file://myuser.json"
-e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
-e "MINIO_SECRET_KEY=wJalrXUtnFEMIK7MDENGbPxRfiCYEXAMPLEKEY" \
-v D:\data:/data \
minio/minio server /data
</code></pre>
<h3>MinIO Custom Access and Secret Keys using Docker secrets</h3>
<p>To override MinIO's auto-generated keys, you may pass secret and access keys explicitly by creating access and secret keys as <a href="https://docs.docker.com/engine/swarm/secrets/">Docker secrets</a>. MinIO server also allows regular strings as access and secret keys.</p>
<pre><code>echo "AKIAIOSFODNN7EXAMPLE" | docker secret create access_key -
echo "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" | docker secret create secret_key -
</code></pre>
<p>Create a MinIO service using <code>docker service</code> to read from Docker secrets.</p>
<pre><code>docker service create --name="minio-service" --secret="access_key" --secret="secret_key" minio/minio server /data
</code></pre>
<p>Read more about <code>docker service</code> <a href="https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/">here</a></p>
<h4>MinIO Custom Access and Secret Key files</h4>
<p>To use other secret names follow the instructions above and replace <code>access_key</code> and <code>secret_key</code> with your custom names (e.g. <code>my_secret_key</code>,<code>my_custom_key</code>). Run your service with</p>
<pre><code>docker service create --name="minio-service" \
--secret="my_access_key" \
--secret="my_secret_key" \
--env="MINIO_ACCESS_KEY_FILE=my_access_key" \
--env="MINIO_SECRET_KEY_FILE=my_secret_key" \
minio/minio server /data
</code></pre>
<h3>Retrieving Container ID</h3>
<p>To use Docker commands on a specific container, you need to know the <code>Container ID</code> for that container. To get the <code>Container ID</code>, run</p>
<pre lang="sh"><code>docker ps -a
</code></pre>
<p><code>-a</code> flag makes sure you get all the containers (Created, Running, Exited). Then identify the <code>Container ID</code> from the output.</p>
<h3>Starting and Stopping Containers</h3>
<p>To start a stopped container, you can use the <a href="https://docs.docker.com/engine/reference/commandline/start/"><code>docker start</code></a> command.</p>
<pre lang="sh"><code>docker start <container_id>
</code></pre>
<p>To stop a running container, you can use the <a href="https://docs.docker.com/engine/reference/commandline/stop/"><code>docker stop</code></a> command.</p>
<pre lang="sh"><code>docker stop <container_id>
</code></pre>
<h3>MinIO container logs</h3>
<p>To access MinIO logs, you can use the <a href="https://docs.docker.com/engine/reference/commandline/logs/"><code>docker logs</code></a> command.</p>
<pre lang="sh"><code>docker logs <container_id>
</code></pre>
<h3>Monitor MinIO Docker Container</h3>
<p>To monitor the resources used by MinIO container, you can use the <a href="https://docs.docker.com/engine/reference/commandline/stats/"><code>docker stats</code></a> command.</p>
<pre lang="sh"><code>docker stats <container_id>
</code></pre>
<h2>Explore Further</h2>
<ul>
<li><a href="https://docs.min.io/docs/deploy-minio-on-docker-compose">Deploy MinIO on Docker Compose</a></li>
<li><a href="https://docs.min.io/docs/deploy-minio-on-docker-swarm">Deploy MinIO on Docker Swarm</a></li>
<li><a href="https://docs.min.io/docs/distributed-minio-quickstart-guide">Distributed MinIO Quickstart Guide</a></li>
<li><a href="https://docs.min.io/docs/minio-erasure-code-quickstart-guide">MinIO Erasure Code QuickStart Guide</a></li>
</ul>
</section>
<footer class="footer">
<div class="footer__widget">
<a href="https://slack.min.io">Talk to the community</a>
</div>
</footer>
</section>
<script src="/docs/vendors/jquery/jquery-3.3.1.min.js"></script>
<script src="/docs/vendors/highlight.js/highlight.min.js"></script>
<script src="/docs/vendors/clipboard.js/clipboard.min.js"></script>
<!-- Algolia DocSearch -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript">
docsearch ({
apiKey: '0ba0d26da4d1483f96c03fe508304a64',
indexName: 'minio',
inputSelector: '.search__text',
algoliaOptions: { 'facetFilters': ["tags: en"] }
});
</script>
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push (arguments)
}, i[r].l = 1 * new Date ();
a = s.createElement (o),
m = s.getElementsByTagName (o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore (a, m)
}) (window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga ('create', 'UA-56860620-1', 'auto');
ga ('send', 'pageview');
</script>
<!-- LeadFeeder -->
<script>
(function(){
window.ldfdr = window.ldfdr || {};
(function(d, s, ss, fs){
fs = d.getElementsByTagName(s)[0];
function ce(src){
var cs = d.createElement(s);
cs.src = src;
setTimeout(function(){fs.parentNode.insertBefore(cs,fs)}, 1);
}
ce(ss);
})(document, 'script', 'https://lftracker.leadfeeder.com/lftracker_v1_DzLR5a5kKJA7BoQ2.js');
})();
</script>
<!-- KickFire -->
<script>
var DID = 258964;
var MyPageName = window.location.href.replace("http://","");
</script>
<script src="https://stats.sa-as.com/live.js"></script>
<script src="/docs/js/gluegun.min.js"></script>
</body>
</html>