8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
# vi: set tabstop=4 shiftwidth=4 expandtab :
|
|
ROOTDIR=$(cd "$(dirname "$0")" && pwd)
|
|
cd $ROOTDIR
|
|
. ./env.sh
|
|
|
|
docker logs --tail 10 -f $DKRNAME
|