mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08: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 |