You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/07 08:14:11 UTC

[GitHub] [rocketmq] Cocowwy opened a new issue, #4570: Use docker to start RocketMq

Cocowwy opened a new issue, #4570:
URL: https://github.com/apache/rocketmq/issues/4570

   When I use 
   `$ docker run -it --net=host --mount source=/tmp/store,target=/home/rocketmq/store apache/rocketmq ./mqbroker -n localhost:9876`. 
   to start Broker
   
   Will report an error:
   `docker: Error response from daemon: create /tmp/store: "/tmp/store" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] ltamber commented on issue #4570: Use docker to start RocketMq

Posted by GitBox <gi...@apache.org>.
ltamber commented on issue #4570:
URL: https://github.com/apache/rocketmq/issues/4570#issuecomment-1178461920

   the `source` argument should be a `volume` name default, unless you specified the `type` argument


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] Cocowwy closed issue #4570: Use docker to start RocketMq

Posted by GitBox <gi...@apache.org>.
Cocowwy closed issue #4570: Use docker to start RocketMq
URL: https://github.com/apache/rocketmq/issues/4570


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] caigy commented on issue #4570: Use docker to start RocketMq

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #4570:
URL: https://github.com/apache/rocketmq/issues/4570#issuecomment-1178456983

   The following command works. Maybe you could refer to documents of docker for more information.
   `docker run -it --net=host --mount type=bind,source=/tmp/,target=/home/rocketmq/store apache/rocketmq ./mqbroker`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org