5 lines
73 B
Bash
5 lines
73 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
source ./0_container_name.sh
|
||
|
|
|
||
|
|
docker logs -f $container_name
|