From 59d11e507e55fe0f685a1d79a6b0bd99d9ec50fb Mon Sep 17 00:00:00 2001 From: giongto35 Date: Thu, 11 Apr 2019 23:32:39 +0800 Subject: [PATCH] Update run_local.sh --- run_local.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run_local.sh diff --git a/run_local.sh b/run_local.sh new file mode 100755 index 00000000..3f09706c --- /dev/null +++ b/run_local.sh @@ -0,0 +1,5 @@ +#!/bin/bash +docker build . -t cloud-game-local +docker stop cloud-game-local +docker rm cloud-game-local +docker run --privileged -d --name cloud-game-local -p 8000:8000 cloud-game