-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) Signed-off-by: Ferdinand Thiessen <[email protected]>
- Loading branch information
Showing
1 changed file
with
71 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters