dockerで特定のコンテナだけログをコンソールに表示したい!

docker -f logs --tail="10"
10は最初に10行表示するってこと。
tty: true
stdin_open: true
をdocker-compose.ymlに書いてないと表示し続けられないので注意