docker logs --tail {{LINES_COUNT}} -f {{CONTAINER_NAME}}
- LINES_COUNT: Number of latest log lines to tail. (Remove this from command to tail from top)
- CONTAINER_NAME: Container name or container ID for which logs are needed
docker logs --tail 100 -f ak-cli-container