docs: add lite image references across all documentation

README Quick Start now shows both :latest and :lite commands.
Getting Started adds a tip callout about the lite image.
Deployment page lists both variants with a comparison table and
updates the CI/CD description to mention both are built.
Developer guide adds the lite build command.
This commit is contained in:
Siddharth Kumar Sah
2026-04-05 08:01:18 +08:00
parent 9974ea5c09
commit be45d3ca80
4 changed files with 35 additions and 4 deletions
+7 -1
View File
@@ -39,6 +39,12 @@
docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:latest
```
Don't need AI tools? The lite image is 1.5 GB instead of 11 GB:
```bash
docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:lite
```
Open http://localhost:1349 in your browser.
**Default credentials:**
@@ -50,7 +56,7 @@ Open http://localhost:1349 in your browser.
You will be asked to change your password on first login. This is enforced for all new accounts and cannot be skipped in production.
For Docker Compose, persistent storage, and other setup options, see the [Getting Started Guide](https://stirling-image.github.io/stirling-image/guide/getting-started).
For Docker Compose, persistent storage, and other setup options, see the [Getting Started Guide](https://stirling-image.github.io/stirling-image/guide/getting-started). For details on the full vs lite image, see [Docker Tags](https://stirling-image.github.io/stirling-image/guide/docker-tags).
## Documentation