Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aventer-ug/docker-mesos-extension
Apache Mesos Extension for Docker Desktop
https://github.com/aventer-ug/docker-mesos-extension
docker hacktoberfest hacktoberfest2022
Last synced: 24 days ago
JSON representation
Apache Mesos Extension for Docker Desktop
- Host: GitHub
- URL: https://github.com/aventer-ug/docker-mesos-extension
- Owner: AVENTER-UG
- License: apache-2.0
- Created: 2022-05-11T20:39:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:30:25.000Z (about 2 years ago)
- Last Synced: 2024-05-01T10:52:52.177Z (9 months ago)
- Topics: docker, hacktoberfest, hacktoberfest2022
- Language: JavaScript
- Homepage:
- Size: 77.9 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Desktop Extension for Apache Mesos
The Docker Desktop Extension enables developers who are working with Apache Mesos to deploy and test their
applications from Docker Desktop with ease.## Building locally
See API doc here: https://github.com/docker/extensions-sdk/tree/main/docs/dev/api
- Build with `make build`
- Install extension with `make install`
- Update extension with `make update`
- Uninstall extension with `make uninstall`## UI Development
- start local web server with `cd ui; yarn start`
- make extension use local web server with `docker extension dev ui-source avhost/docker-mesos-extension http://localhost:3000`
- close and reopen Docker dashboard.
- changes to React code will be reflected in the UI on file save automatically.
- after developing, disable dev mode `docker extension dev reset avhost/docker-mesos-extension`