6 lines
72 B
Bash
6 lines
72 B
Bash
#!/bin/bash
|
|
|
|
|
|
source ./0_container_name.sh
|
|
|
|
docker start $container_name |