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
docker logs
Check stdout/stderr output from your containers.
instantly logs <container>
# Follow live output:
instantly logs -f <container>
instantly logs -f wordpress