3 lines
61 B
Bash
Executable file
3 lines
61 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker run -d --name mongo -p 27017:27017 mongo
|