Files
SIA/scripts/container.sh

4 lines
76 B
Bash

#!/bin/bash
container_id=$(docker ps -q)
docker exec -it $container_id bash