setup-redis/start-redis.sh

4 lines
84 B
Bash

#!/bin/sh
sh -c "docker run --name redis --publish 6379:6379 --detach redis:$1"