start command using sh -c
parent
8817a71c3f
commit
548d62361f
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
docker run --name redis --publish 6379:6379 --detach redis:$1
|
sh -c "docker run --name redis --publish 6379:6379 --detach redis:$1"
|
||||||
|
|
Loading…
Reference in New Issue