Connect from one Docker container to another

后端 未结 7 1692
故里飘歌
故里飘歌 2020-12-04 18:11

I want to run rabbitmq-server in one docker container and connect to it from another container using celery (http://celeryproject.org/)

I have rabbitmq running using

7条回答
  •  囚心锁ツ
    2020-12-04 19:01

    This is currently on the 0.8 roadmap:

    https://github.com/dotcloud/docker/issues/1143

提交回复
热议问题