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
improve user interface of the docker extension (#15)
* Added built for both amd64 and arm64 in workflow
* Updated Readme and Dockerfile
* added confirmation button to delete configuration
* changed spacing in table
* Start button shows only if no instance is running
* restored otherwise update called but not shown
* Safer status control
* updated Images and order of controls
* updated dockerfile
* Updates in changelog, github actions and version
* Updated README.md with changelog
* Spacing
* Fixed missing /
* Fixed validation problems
{\"alt\": \"Watch logs of the LocalStack running container \", \"url\": \"https://raw.githubusercontent.com/localstack/localstack-docker-extension/main/.github/images/3-logs.png\"} \
35
+
]" \
36
+
com.docker.extension.detailed-description="The LocalStack Extension for Docker Desktop enables developers working with LocalStack to run their AWS applications or Lambdas entirely \
37
+
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 \
38
+
and development workflow. LocalStack supports a comprehensive list of APIs, which you can view on our <a href=\"https://docs.localstack.cloud/user-guide/aws/feature-coverage/\"> \
39
+
Feature coverage page</a>. <br><br> \
40
+
Make sure to have also installed awscli-local. You can install it via pip: <b>pip install awscli-local</b> \
41
+
<h2>This extension supports the following main features:</h2>\
42
+
<ul>\
43
+
<li> Control LocalStack: Start, stop, and restart LocalStack from the Docker Desktop. You can also see the current status of your LocalStack instance and navigate to LocalStack Web Application. </li>\
44
+
<li> LocalStack insights: You can see the log information of the LocalStack instance and all the available services and their status on the service page. </li>\
45
+
<li> LocalStack configurations: You can manage and use your profiles via configurations and create new configurations for your LocalStack instance. </li>\
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The LocalStack Extension for Docker Desktop enables developers working with Loca
4
4
5
5
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](https://docs.localstack.cloud/aws/feature-coverage/) page.
6
6
7
-

7
+

8
8
9
9
## Installation
10
10
@@ -22,8 +22,6 @@ make install-extension
22
22
23
23
It will build the Docker image and install the extension on your Docker Desktop application.
24
24
25
-
**Note**: We recommend you to add add `/tmp` to your shared files on Docker Desktop under **Settings** > **Resources** > **File sharing**. It is a temporary solution since it's where the LocalStack volume directory mounts.
26
-
27
25
## Features
28
26
29
27
Currently, the LocalStack Extension for Docker Desktop supports the following features:
@@ -55,6 +53,18 @@ To contribute, check out our [issue tracker](https://github.com/localstack/local
55
53
$ docker extension dev ui-source localstack/localstack-docker-desktop http://localhost:3000
56
54
```
57
55
56
+
## Changelog
57
+
- v0.2.0:
58
+
- You can now update your LocalStack images from the UI
59
+
- We have made some changes in the UI:
60
+
- Updates in the control section
61
+
- Moved to a table to display saved configurations
62
+
- Improved UI for inserting a new configuration
63
+
- Bug fixes:
64
+
- Made configuration persistent
65
+
- Logs are correctly displayed
66
+
67
+
58
68
## License
59
69
60
70
This software is released under the Apache License, Version 2.0 (see [`LICENSE`](LICENSE)).
0 commit comments