Skip to content

Tag: containers

All the articles with the tag "containers".

Install & use Doxygen via Docker

Install & use Doxygen via Docker

Generate code documentation with Doxygen without installing it — run it from a Docker container and get HTML docs from any codebase.

Docker Compose useful commands

Docker Compose useful commands

The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.

Access Docker socket via TCP

Access Docker socket via TCP

Expose Docker's Unix socket over TCP so remote tools and dashboards can connect — daemon.json config for Linux and Windows.

Install docker on Ubuntu/Debian

Install docker on Ubuntu/Debian

The official, no-nonsense way to install Docker Engine on Ubuntu and Debian — repository setup, key import, and one command to verify it works.