This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-redis
mirror of
https://github.com/supercharge/redis-github-action.git
Watch
1
Star
0
Fork
You've already forked setup-redis
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7eee23dfac
setup-redis
/
start-redis.sh
4 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
dos2unix
2019-12-18 09:57:59 +00:00
#!/bin/sh
fix quote
2019-12-18 09:59:19 +00:00
docker run --name redis --publish 6379:6379 --detach redis:
$1