Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pnpm-debug.log*
.DS_Store
.kiro
.vscode
.idea

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kostas-localstack why do we need to update the gitignorefile for this docs task? I thought we were just updating the wording in the FAQ.

@kostas-localstack kostas-localstack Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It initially committed the .idea folder which is a directory created by JetBrains IDEs. It stores IDE-specific configuration. It's best not to push these configurations to the repo as they are specific to each IDE. It's best to keep them local.


# Python
.venv/
Expand Down
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