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
164361ed5d
setup-redis
/
start-redis.sh
4 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
remove -l
2019-12-18 09:32:58 +00:00
#!/bin/sh
use Docker based action
2019-12-18 09:28:22 +00:00
start command using sh -c
2019-12-18 09:34:35 +00:00
sh -c
"
docker run --name redis --publish 6379:6379 --detach redis:
$1
"