4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo docker start $1
|
|
sudo docker exec -it $1 /bin/bash |