Skip to content

Start MongoDB As Docker

Actions
Starts MongoDB specific version in Background as a Docker container
v0.2
Latest
Star (18)

Start MongoDB as Docker Container JavaScript Action

Starts the specific version of MongoDB as a detach Docker container

Inputs

mongoDbVersion

Required The version of mongoDB. Default "3.6".

Example usage

...
...
strategy:
      matrix:
        mongodb-version: ["4.0", "4.2"]
...
...
- name: Launch MongoDB
  uses: wbari/[email protected]
  with:
    mongoDBVersion: ${{ matrix.mongodb-version }}

Start MongoDB As Docker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Starts MongoDB specific version in Background as a Docker container
v0.2
Latest

Start MongoDB As Docker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.