diff --git a/tail-core-api.sh b/tail-core-api.sh new file mode 100755 index 0000000..15d8cbc --- /dev/null +++ b/tail-core-api.sh @@ -0,0 +1,2 @@ +# Show only the last 10 lines, then follow +docker logs -f --tail 10 core-api \ No newline at end of file