24 lines
475 B
Markdown
24 lines
475 B
Markdown
# Lab 03 - Compute & EC2
|
|
|
|
Deploy container con limiti CPU/memoria e healthchecks.
|
|
|
|
## Avvio del Laboratorio
|
|
|
|
```bash
|
|
cd labs/lab-03-compute
|
|
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 |