5 lines
No EOL
63 B
Bash
5 lines
No EOL
63 B
Bash
#!/bin/bash
|
|
|
|
docker run -d \
|
|
-p 6379:6379 \
|
|
redis:8.0.1 |