Manage the Ix backend Docker containers (ArangoDB + Memory Layer).
ix docker <action>ix docker startStart ArangoDB and the Memory Layer. Downloads the docker-compose file if not present. Waits for health checks to pass.
ix docker stop
ix docker stop --remove-dataStop containers. Data is preserved by default. Use --remove-data to also delete the ArangoDB volume.
ix docker statusShow container status and health check results.
ix docker logs
ix docker logs -fTail container logs. -f follows output (default).
ix docker restartRestart both containers.