Skip to content

Docker section

The Docker section (right rail) gathers everything related to the Docker daemon and MicroLab’s containers.

Shows the Docker daemon’s status: connected, starting or not connected. If it isn’t started, Start Docker launches Docker Desktop and waits for it to respond.

Docker is needed to launch the infrastructure and to run micros in container mode. In the app, starting Docker is a manual action; the CLI (microlab start) starts it on its own.

  • Start infrastructure — launches only the infra the selected scenario declares (Kafka, Redis, Postgres…), without the micros.
  • Stop infrastructuredocker compose down of the common infra. It can’t be stopped with the scenario running (stop it first).

Lists the running microlab-* containers with their status, health and ports.

  • Remove orphans — deletes the microlab-* containers left over (for example after an abrupt shutdown).

microlab docker status, docker start, microlab infra-up, infra-down, containers, docker-clean.