# Useful commands

#### How to check logs

To view the last logs entries of a given container, run the following command:

```shell
docker logs --tail 50 --follow --timestamps container_name
```