We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23517e9 + c535844 commit 59e2bc8Copy full SHA for 59e2bc8
README.md
@@ -221,7 +221,6 @@ public/配下の
221
222
##### To Use
223
```sh
224
-git clone https://github.com/tottok-ug/azure-ml-mnist-test-web-ui.git
225
./docker_run.sh
226
open http://localhost
227
```
docker_run.sh
@@ -2,4 +2,4 @@
2
which docker >/dev/null
3
test "$?" -ne 0 && echo "see: https://docs.docker.com/engine/installation/" && exit 1
4
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
+docker run -it --rm --name my-azure-ml-mnist-test-web-ui -p80:80 tottokug/mnist-test
0 commit comments