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
Copy file name to clipboardExpand all lines: README.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,7 @@ This enables the users of SDKMAN to contribute new Installation Candidates and r
7
7
8
8
## Tools used
9
9
10
-
This repo uses [mongobee](https://github.com/mongobee/mongobee) as database migration framework. In order to contribute a PR, it is required to have a local installation of MongoDB on your machine. Alternatively run it up with Docker (works on Linux):
11
-
12
-
$ docker run -d --network=host --name=mongo mongo:3.2
13
-
14
-
**Docker Desktop for Mac**
15
-
16
-
To connect to MongoDB when using Docker Desktop for Mac you need to forward the port explicitly:
17
-
18
-
$ docker run -d -p 27017:27017 --name=mongo mongo:3.2
10
+
This repo uses [mongobee](https://github.com/mongobee/mongobee) as database migration framework. In order to contribute a PR, it is required to have a local installation of Docker on your machine. The Gradle will automatically start and stop the MongoDB Docker container.
0 commit comments