mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 18:57:10 +00:00
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
|
|
docker build -t redis-server .
|
||
|
|
docker run -d \
|
||
|
|
-p 6379:6379 \
|
||
|
|
--name redis-container \
|
||
|
|
redis-server
|