In a mess while refactor!
This commit is contained in:
11
templates/squashkiwi/logs.sh
Normal file
11
templates/squashkiwi/logs.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
source "$(dirname "$0")/_common.sh"
|
||||
|
||||
# check required env vars
|
||||
check_required_env_vars \
|
||||
"CONTAINER_NAME"
|
||||
|
||||
echo "Container ${CONTAINER_NAME} logs:"
|
||||
grey_start
|
||||
docker logs "${CONTAINER_NAME}"
|
||||
grey_end
|
Reference in New Issue
Block a user