7 lines
58 B
Bash
Executable File
7 lines
58 B
Bash
Executable File
|
|
#!/bin/bash
|
|
set -e
|
|
|
|
docker exec -u 0 -it hosi /bin/bash
|
|
|