Ctrl K
Containers and Docker
7 notes on containers and docker.
7 results
Docker -f Flags: File vs Force
The -f flag means "file" in docker compose but "force" in docker rm: point compose at a non-default compose file, and force-remove running containers.
Docker and Wi-Fi Subnet Conflict
Fix a broken network where Docker's default 172.x bridge overlaps the Wi-Fi subnet, by pinning Docker to safe 10.x pools in daemon.json.
Docker Compose Daily Workflow
Docker Compose commands on a Linux host for starting, entering, inspecting, and stopping services.
Docker Compose Dev Workspace Setup
Development setup with Ubuntu based Docker containers for backend, frontend, Redis, MySQL, Celery worker, and Celery beat.
Docker Image and Container Mental Model
Understand Docker Hub, images, containers, tags, mounts, ports, startup commands, and common docker run flags.
Docker Resource Diagnostics and Cleanup
Check Linux memory, disk, Docker cache, containerd storage, and live CPU usage, then clean Docker safely on servers and local dev machines.
Render a Manim Scene with Docker
Render a Manim Community scene through the official Docker image, bind mounting the project so the output video lands locally.