Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 724 Bytes

File metadata and controls

53 lines (34 loc) · 724 Bytes

ix docker

Manage the Ix backend Docker containers (ArangoDB + Memory Layer).

Usage

ix docker <action>

Actions

start

ix docker start

Start ArangoDB and the Memory Layer. Downloads the docker-compose file if not present. Waits for health checks to pass.

stop

ix docker stop
ix docker stop --remove-data

Stop containers. Data is preserved by default. Use --remove-data to also delete the ArangoDB volume.

status

ix docker status

Show container status and health check results.

logs

ix docker logs
ix docker logs -f

Tail container logs. -f follows output (default).

restart

ix docker restart

Restart both containers.