Skip to content

Commit

Permalink
Document docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
boblangley committed Jun 6, 2022
1 parent 52f5682 commit 20a7a28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# GitHub-NServiceBus-6397-Repro

Attempted a repro for [NServiceBus issue 6397](https://github.com/Particular/NServiceBus/issues/6397).

## MongoDB container

`docker run -d -p 27017:27017 --name TestMongoDB mongo:latest --replSet tr0`

`docker exec -it TestMongoDB mongo --eval 'rs.initiate()'`

## RabbitMQ container

`docker run -d --hostname my-rabbit --name my-rabbit -p 5672:5672 -p 15672:15672 rabbitmq:3-management`

0 comments on commit 20a7a28

Please sign in to comment.