Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Virtualization

April 10, 2025 max-sperling

Switch between docker platforms (macOS)

Introduction Docker Engine … Client-server application Docker CLI Docker daemon (docker) (Docker REST API) (dockerd) Docker Desktop / OrbStack …

Continue reading
March 19, 2025 max-sperling

C++ develop container (Docker)

Docker file cpp_dev.dockerfile FROM debian:latest # Set non-interactive mode to avoid prompts during installation ENV DEBIAN_FRONTEND=noninteractive # Install necessary packages

Continue reading
February 25, 2025 max-sperling

Forward X11 to macOS (Docker)

xsddiagram is used as an example application. Dockerfile FROM debian:bullseye-slim # Install packages RUN apt update && apt-get install -y

Continue reading
January 28, 2025 max-sperling

Default provided networks (Docker)

Bridge network (“–network bridge”, default) Details – Containers of this type are in the same network. – Their network is

Continue reading
January 22, 2025 max-sperling

FlameGraph (Docker)

Setup Get FlameGraph repo % git clone https://github.com/brendangregg/FlameGraph fg Create Docker image Follow the instructions here: C++ develop container (Docker)

Continue reading
October 18, 2024 max-sperling

Basic docker commands

Builder Build an image (from a dockerfile) docker buildx build -t {image} -f {dockerfile} {path} Images Pull an image (from

Continue reading
August 15, 2024 max-sperling

Containers vs. Virtual Machines

Containers Virtual Machines Representative Docker1 VirtualBox Shared HW + OS HW Daemon Engine Hypervisor Persistence Image2 (+ Volume3) Image Instance

Continue reading

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (268)
    • Computer (238)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • Development (58)
        • CI/CD (1)
        • Programming (48)
          • Concurrency (5)
          • Data structures (12)
          • Pointers & References (7)
        • Scripting (3)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.