Zum Inhalt springen

edge

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

The edge stack (Traefik + Mailcatcher + dnsmasq + docker-socket-proxy) is the foundation every project relies on. mdocker edge controls it.

Start the edge stack.

mdocker edge up
mdocker edge up

Rewrites the edge override (via render-edge.sh) and boots the containers.

Stop the edge stack and every running project.

mdocker edge down
mdocker edge down

Bounce the edge stack only — projects keep running.

mdocker edge restart
mdocker edge restart

This is a plain edge-compose down + up (not the project-stopping edge down), so your projects stay up.

Container status (read-only).

mdocker edge status
mdocker edge status
mdocker edge status --json

Stream edge logs (read-only).

mdocker edge logs
mdocker edge logs -f
mdocker edge logs --since 10m --tail 100
mdocker edge logs --json
Flag Meaning
-f, --follow Follow the log stream.
--since <DUR> Only entries newer than the duration.
--tail <N> Last N lines.
--json Machine-readable output.