diff --git a/.gitignore b/.gitignore index a3ac5505..969e88af 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ pnpm-debug.log* .DS_Store .kiro .vscode +.idea # Python .venv/ diff --git a/src/content/docs/aws/getting-started/faq.mdx b/src/content/docs/aws/getting-started/faq.mdx index d46e18db..7d4d903d 100644 --- a/src/content/docs/aws/getting-started/faq.mdx +++ b/src/content/docs/aws/getting-started/faq.mdx @@ -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"?