launch-mongo.sh 48 B

12
  1. #!/bin/bash
  2. docker run --rm -p 27017:27017 mongo