This folder is a minimal, hands-on example to show how Docker and Docker Compose work together.
For the full teaching material, use en/practical6/practical6.ipynb.
acquisition/: a tiny Python container example.docker-compose.yaml: Compose file that builds the acquisition image.
From containers/:
docker compose up --buildStop and remove containers:
docker compose down- Rebuild when you change
containers/acquisition/acquisition.py. - Use
docker compose logs -fto see container output.