Skip to content

0.1 Log Info

echadbourne edited this page Feb 16, 2024 · 5 revisions

Logs location: /var/logs

  • Remember that you can cat logs
  • journalctl-xe - captures information about services, service log (captures all of the information on your box since it started running)

If logs don't work you can capture and look at packets

Docker hub is helpful with docker things

Docker container specific logs:

  • docker logs -f [container name] - use docker ps to acquire the container name

Clone this wiki locally