Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Run without docker #573

Closed joerison closed 3 years ago

joerison commented 5 years ago

I'm submitting a ...

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request

Expected Behavior

Run SDK 4 (ACS 6) without docker.

Current Behavior

SDK 4 (ACS 6) are make to use with docker in development environment too.

Possible Solution

Context

  1. Excess from images generated. Every time I need to rebuild / launcher project, the docker create other image, maybe ~1 ... ~1.5 GB each image. I need manually remove this image to release space from my disk.
  2. I have to be quick to click the debug button to listen port (8888) if I want to debug something at the moment the application starts, because I can only debug after port 8888 is available.

Your Environment

Additional information

image