4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run -p 6379:6379 eqalpha/keydb
|