feat: add README.md to each lab with startup instructions and remove obsolete version from compose files
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
# Lab 04: Storage & S3
|
||||
# Lab 04 - Storage & S3
|
||||
|
||||
Coming soon.
|
||||
Configura Docker Volumes e MinIO per storage S3-compatible.
|
||||
|
||||
This lab will cover: 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
|
||||
@@ -1,7 +1,6 @@
|
||||
# Lab 04: Storage & S3 - Docker Compose Configuration
|
||||
# Simula storage S3-compatible con MinIO e Docker Volumes
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
# MinIO - S3-compatible object storage
|
||||
|
||||
Reference in New Issue
Block a user