Simplified bootstrapping

This commit is contained in:
Niels Geens
2025-03-14 15:53:27 +01:00
parent 5c95a8482f
commit d5a5fd1071
8 changed files with 107 additions and 115 deletions

4
scripts/exec.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
container_id=$(docker ps -q)
docker exec -it $container_id bash -l