Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improve usability of dockerode wrapper #486

Merged
merged 1 commit into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. feat: Improve usability of dockerode wrapper

    * Export `getContainer` and `getContainerName` functions
      This can be used to e.g. create the `runOCC` cypress command
    * Make the container name dependent on the current app to prevent issues when reusing containers
    * Allow to pass options for container creation to the `startNextcloud` function
      * `forceRecreate` to not reuse any container but force creating a new one
      * `mounts` to allow binding other directories to the container (e.g. server config)
    * Allow to expose a port
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    65f3597 View commit details
    Browse the repository at this point in the history