Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 5593a49 commit dcad923Copy full SHA for dcad923
tasks/test_image.sh
@@ -10,15 +10,15 @@
10
# ===============================================================================
11
12
CONTAINER_NAME="imagetest"
13
-IMAGE_NAME="registry.plot.ly:5000/imageserver"
14
-IMAGE_VERSION="1.3.0"
+IMAGE_NAME="plotly/imageserver"
+IMAGE_VERSION="1.0.0"
15
16
# Run docker container:
17
#
18
# docker run -d --name $CONTAINER_NAME \
19
# -v $PWD/plotly.js:/var/www/streambed/image_server/plotly.js \
20
# -p 9010:9010 -p 2022:22 \
21
-# $IMAGE_NAME:[$IMAGE_VERSION]
+# $IMAGE_NAME:$IMAGE_VERSION
22
23
CMD=(
24
"cd /var/www/streambed/image_server/plotly.js &&"
0 commit comments