Skip to content

Commit 59e2bc8

Browse files
authored
Merge pull request #7 from karie042/master
Change README.md
2 parents 23517e9 + c535844 commit 59e2bc8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ public/配下の
221221

222222
##### To Use
223223
```sh
224-
git clone https://github.com/tottok-ug/azure-ml-mnist-test-web-ui.git
225224
./docker_run.sh
226225
open http://localhost
227226
```

docker_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
which docker >/dev/null
33
test "$?" -ne 0 && echo "see: https://docs.docker.com/engine/installation/" && exit 1
44
cd $(dirname $0)
5-
docker run -it --rm --name my-azure-ml-mnist-test-web-ui -v "$PWD/public":/usr/local/apache2/htdocs/ -p80:80 httpd
5+
docker run -it --rm --name my-azure-ml-mnist-test-web-ui -p80:80 tottokug/mnist-test

0 commit comments

Comments
 (0)