You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### How to increase IO performance for LocalStack's Docker image under Windows?
226
222
@@ -338,7 +334,7 @@ We use Dependabot to scan our GitHub repositories, and Trivy as well as Snyk (am
338
334
339
335
### Does LocalStack provide offline capabilities?
340
336
341
-
LocalStack Community and Pro images provide limited offline capabilities.
337
+
Yes, the LocalStack image does provide limited offline capabilities.
342
338
To use a fully-fledged offline mode, you may use LocalStack Enterprise, which can be used in air-gapped environments.
343
339
The regular LocalStack Docker images may need to download additional dependencies for specific services (e.g., Elasticsearch, Big Data services) at runtime, while the offline image bakes all dependencies into the image, along with any other configuration that you might need.
344
340
For more details, please take a look at our [Enterprise offering](https://localstack.cloud/pricing).
Copy file name to clipboardExpand all lines: src/content/docs/aws/getting-started/installation.mdx
+1-41Lines changed: 1 addition & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ Besides using the CLI, there are other ways of starting and managing your LocalS
217
217
218
218
LocalStack runs inside a Docker container, and the above options are different ways to start and manage the LocalStack Docker container.
219
219
220
-
The LocalStack emulator is available on Docker Hub in two editions: the Community Edition (`localstack/localstack`) and the Pro Edition (`localstack/localstack-pro`).
220
+
The LocalStack emulator is available on Docker Hub (`localstack/localstack-pro`).
221
221
222
222
For a comprehensive overview of the LocalStack images, check out our [Docker images documentation](/aws/capabilities/config/docker-images).
223
223
@@ -245,27 +245,6 @@ If you want to manually manage your Docker container, it's usually a good idea t
245
245
You can start LocalStack with [Docker Compose](https://docs.docker.com/compose/) by configuring a `docker-compose.yml` file.
This process relies on the `AWS::CloudFormation::CustomResource` API, which is not available in the Community edition. If deployments hang or fail silently, check the LocalStack logs for `CustomResource` errors.
99
+
This process relies on the `AWS::CloudFormation::CustomResource` API. If deployments hang or fail silently, check the LocalStack logs for `CustomResource` errors.
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/rds.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ As of now, snapshots are not supported for MariaDB.
195
195
196
196
### MySQL Engine
197
197
198
-
A MySQL community server will be launched in a new Docker container upon requesting the MySQL engine.
198
+
A MySQL server will be launched in a new Docker container upon requesting the MySQL engine.
199
199
200
200
The `engine-version` will serve as the tag for the Docker image, allowing you to freely select the desired MySQL version from those available on the [official MySQL Docker Hub](https://hub.docker.com/_/mysql).
201
201
If you have a specific image in mind, you can also use the environment variable `MYSQL_IMAGE=<my-image:tag>`.
0 commit comments