4 lines
61 B
Bash
4 lines
61 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
docker run -d --name mongo -p 27017:27017 mongo
|