4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/bash
|
|
|
|
container_id=$(docker ps -q)
|
|
docker exec -it $container_id bash |