Viewing Logs with docker logs

Check stdout/stderr output from your containers.

Syntax

instantly logs <container>
# Follow live output:
instantly logs -f <container>

Example

instantly logs -f wordpress