Simplified bootstrapping
This commit is contained in:
4
scripts/exec.sh
Normal file
4
scripts/exec.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
container_id=$(docker ps -q)
|
||||
docker exec -it $container_id bash -l
|
||||
Reference in New Issue
Block a user