Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcad923

Browse files
committed
update comments in test_image.sh
1 parent 5593a49 commit dcad923

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/test_image.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
# ===============================================================================
1111

1212
CONTAINER_NAME="imagetest"
13-
IMAGE_NAME="registry.plot.ly:5000/imageserver"
14-
IMAGE_VERSION="1.3.0"
13+
IMAGE_NAME="plotly/imageserver"
14+
IMAGE_VERSION="1.0.0"
1515

1616
# Run docker container:
1717
#
1818
# docker run -d --name $CONTAINER_NAME \
1919
# -v $PWD/plotly.js:/var/www/streambed/image_server/plotly.js \
2020
# -p 9010:9010 -p 2022:22 \
21-
# $IMAGE_NAME:[$IMAGE_VERSION]
21+
# $IMAGE_NAME:$IMAGE_VERSION
2222

2323
CMD=(
2424
"cd /var/www/streambed/image_server/plotly.js &&"

0 commit comments

Comments
 (0)