24 lines
478 B
Markdown
24 lines
478 B
Markdown
# Lab 04 - Storage & S3
|
|
|
|
Configura Docker Volumes e MinIO per storage S3-compatible.
|
|
|
|
## Avvio del Laboratorio
|
|
|
|
```bash
|
|
cd labs/lab-04-storage
|
|
docker build .
|
|
docker compose up -d
|
|
```
|
|
|
|
## Verifica Completamento
|
|
|
|
```bash
|
|
bash tests/99-final-verification.sh
|
|
```
|
|
|
|
## Documentazione
|
|
|
|
- [Tutorial](tutorial/) - Guida passo-passo
|
|
- [How-to Guides](how-to-guides/) - Procedure specifiche
|
|
- [Reference](reference/) - Documentazione tecnica
|
|
- [Explanation](explanation/) - Paralleli cloud |