This commit is contained in:
2024-12-04 17:19:46 +01:00
parent af390dd779
commit da8583ab28
36 changed files with 712 additions and 69 deletions

4
container.sh Executable file
View File

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