| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The LocalStack Extension for Docker Desktop enables developers working with LocalStack to run their AWS applications or Lambdas entirely on their local machine without connecting to a remote cloud provider!
LocalStack empowers developers to use over 75+ AWS services locally while helping them simplify their testing and development workflow. LocalStack supports a comprehensive list of APIs, which you can view on our Feature coverage page.
You can install the LocalStack Extension for Docker Desktop via pulling our public Docker image from Docker Hub:
docker extension install localstack/localstack-docker-desktop:0.5.1To setup the Docker Extension by building the image locally, you can run the following commands:
make install-extensionIt will build the Docker image and install the extension on your Docker Desktop application. After the installation, you will be prompted to select where LocalStack will be mounted. Open the drop-down and choose the username. You can additionally change this setting by navigating to the Configurations tab and selecting the mount point.
Currently, the LocalStack Extension for Docker Desktop supports the following features:
To contribute, check out our issue tracker. To set up LocalStack Docker Extension for development, you can follow the steps below:
Clone the repository and install all the dependencies using npm:
$ git clone https://github.com/localstack/localstack-docker-extension/
$ cd ui
$ npm installOpen the Developer Tools or create new features:
$ make debugStart the Extension on Docker Desktop and enable hot-reload using the following command:
$ make hot-reloadingDisable hot reloading:
$ make stop-hot-reloadingPlease refer to CHANGELOG to see the complete list of changes for each release.
This software is released under the Apache License, Version 2.0 (see LICENSE).
| Back | FazBrowse Home | New Git URL |