mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user