Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/content/docs/aws/getting-started/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -624,13 +624,7 @@ If that happens, see [How do I trust my corporate TLS interceptor certificate in

### How do I run LocalStack in a fully air-gapped environment?

For environments with no outbound access at all, LocalStack supports an offline license file.
Reach out to LocalStack support; they can issue a long-lived `license.json` you can mount at:

```yaml
volumes:
- "./license.json:/var/lib/localstack/cache/license.json:ro"
```
Offline images for airgapped environments are available on our enterprise tier, please reach out to our sales team.

### Why does LocalStack startup fail with "Docker not available"?

Expand Down