Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Last active January 25, 2022 15:35
Show Gist options
  • Select an option

  • Save horitaku1124/48ff4b351ebf44c154c4e7f33ce1c059 to your computer and use it in GitHub Desktop.

Select an option

Save horitaku1124/48ff4b351ebf44c154c4e7f33ce1c059 to your computer and use it in GitHub Desktop.
docker run -p 27018:27017 -d --rm -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=secret --name mongo1 mongo
docker exec -it mongo1 bash
brew tap mongodb/brew
brew install mongodb-community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment