Docker - How to Check Container Overview and Logs
Here I describe how to run containers and how to consult the logs.
I run the following on the CLI of my Ubuntu VM.
View which containers are running and their status:
sudo docker ps -a
Check the logs of a container, for example if it won’t start:
sudo docker logs <container name>
Adjust the following:
sudo docker logs
<container name>
Replace<container name>
with the name of the container
It is also possible to use these docker commands without sudo.
Read other notes
Tags
Notes mentioning this note
- Docker - MariaDB Container Setup
Here I describe my setup of the Docker MariaDB container.
- Docker - Portainer Container Setup
Here I describe my setup of the Portainer container.
- Docker - WebDAV Container Setup
Here I describe my setup of the WebDAV container.
- Docker - Jekyll Container Setup
Here I describe my setup of the Jekyll container.
- Docker - Visual Studio Code Server Setup
Here I describe my setup of the Visual Studio Code Server container.
- Docker - Unifi Controller Container Setup
Here I describe my setup of the Unifi Controller container.
- Docker - Node-RED Container Setup with Authentication and Home Assistant Nodes
Here I describe my setup of the Node-RED docker container.
- Docker - Home Assistant Container Setup with MariaDB and InfluxDB 2.x
Here I describe my setup of the Home Assistant container with MariaDB and InfluxDB 2.x.
- Docker - Unbound Container Setup with Pi-hole
Here I describe my setup of the Unbound docker container.
- Docker - Syncthing Container Setup
Syncthing is a great piece of software that lets you safely sychronize your files between different devices and operating systems....
- Docker - Grafana Container Setup
Here I describe my setup of the Docker Grafana container. With Grafana you can create beautiful dashboards.
- Docker - Telegraf Container Setup with InfluxDB to Monitor Docker
Here I describe my setup of the Docker Telegraf container. Telegraf from InfluxData is a server agent for collecting metrics...
- Docker - Hop Server Container Setup
Here I describe my setup of the Docker Apache Hop Server container. Apache Hop is an open source data integration...
- Docker - Jellyfin Container Setup
Jellyfin is a great open source media system and in my case Jellyfin replaced Plex. Here I describe my setup...
- Docker - Telegraf Container with Syslog Receiver Input Plugin
I found out that an IoT device (smart power strip) had the setting to communicatie with a syslog server and...
- Docker - Budibase Low-code Platform Container Setup
When I heard that my employer was using the no-code platform Betty Blocks my interest was piqued. Although I like...
- Docker - InfluxDB 2.x Container Setup
InfluxDB is a time series database.
- Docker - QuestDB Container Setup
QuestDB is a high-performance, open-source SQL database. QuestDB’s stack is engineered from scratch, zero-GC Java and dependency-free. It includes endpoints...
- Docker - Smartmeter2mqtt Container Setup with Webserver and Webrequest Output
Smartmeter2mqtt is an application that parses smartmeter data over the network or a P1 cable, I use it in combination...
- Docker - n8n Workflow Automation Container Setup
As a big fan of Node-RED and Apache Hop, it took me a long time to give n8n a try....
- Homer Dashboard - NixOS Container Setup
I was looking for a simple dashboard that I could use as a home page on my clients. I found...
- Docker - Pi-hole Container Setup with Unbound
Here I describe my setup of the Pi-hole docker container.
- Caddy - NixOS Container Setup
Caddy is a simple open-source web server.
- MariaDB - NixOS Container Setup
MariaDB is a fork of the MySQL database. I use this database, among other things, to store data from [[Docker...
- phpMyAdmin - NixOS Container Setup
phpMyAdmin is a free webbased software tool intended to handle the administration of MySQL
- Serge LLaMA AI Chat - Windows Podman Container Setup
Serge is a chat interface crafted with llama.cpp for running Alpaca models. Because it is fully dockerized it was the...
- NixOS - Server Configuration and Switch to Podman
For some time now I have been looking for an interesting lightweight linux distribution that could replace Ubuntu
- NixOS - Ollama AI tool with Oterm and Open WebUI Setup
After my adventure with [[Serge LLaMA AI Chat - Windows Podman Container Setup|Serge AI Chat]] it was time to take...
Comments
No comments found for this note.
Join the discussion for this note on this ticket. Comments appear on this page instantly.