diff options
Diffstat (limited to 'vio/docker/instance-run.sh')
-rwxr-xr-x | vio/docker/instance-run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vio/docker/instance-run.sh b/vio/docker/instance-run.sh index e5c6ec8..6ae160b 100755 --- a/vio/docker/instance-run.sh +++ b/vio/docker/instance-run.sh @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +service redis-server start + cd ./vio ./run.sh |