I am trying to connect Hubot with Rocketchat using Docker. My commands are:
docker run -it -e ROCKETCHAT_URL=<your rocketchat instance>:<port> \
-e ROCKETCHAT_ROOM='' \
-e LISTEN_ON_ALL_PUBLIC=true \
-e ROCKETCHAT_USER=bot \
-e ROCKETCHAT_PASSWORD=bot \
-e ROCKETCHAT_AUTH=password \
-e BOT_NAME=bot \
-e EXTERNAL_SCRIPTS=hubot-pugme,hubot-help \
rocketchat/hubot-rocketchat
My input is: U:\myhubot>docker run -it -e ROCKETCHAT_URL=https://spree.chat/channel/:3000
But Docker is saying: docker: Error parsing reference: "\" is not a valid repository/tag: invalid reference format.
I checked for version of Docker and it is right. This is the only solution on web-browser. What is the solution for this?
Screenshot: