3 lines
61 B
Bash
3 lines
61 B
Bash
|
#!/bin/bash
|
||
|
docker ps | grep mongo:latest | awk '{print $1}'
|