docker --versionConfirm Docker is installed.
Useful host, Docker and maintenance commands in one place.
Run these on the host before installation.
docker --versionConfirm Docker is installed.
docker compose versionConfirm Compose v2 is available.
docker infoConfirm the Docker engine is running.
Run these from the extracted customer kit.
docker compose psShow container state and health.
docker compose logs --tail=200 appShow the latest application logs. Sanitize them before sharing.
docker compose restart appRestart only the application service.
Use the supplied tools when available; they include product-specific checks.
./installInstall on Linux from the customer kit.
./updateValidate, back up and update on Linux.
./backupCreate a verified backup on Linux.