Run update.sh

This commit is contained in:
Docker Library Bot 2018-01-09 23:08:59 +00:00
parent 6a71cc7c98
commit 381c6a4c78
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ One of the important things to note about RabbitMQ is that it stores data based
$ docker run -d --hostname my-rabbit --name some-rabbit rabbitmq:3 $ docker run -d --hostname my-rabbit --name some-rabbit rabbitmq:3
``` ```
If you give that a minute, then do `docker logs some-rabbit`, you'll see in the output a block similar to: This will start a RabbitMQ container listening on the default port of 5672. If you give that a minute, then do `docker logs some-rabbit`, you'll see in the output a block similar to:
=INFO REPORT==== 6-Jul-2015::20:47:02 === =INFO REPORT==== 6-Jul-2015::20:47:02 ===
node : rabbit@my-rabbit node : rabbit@my-rabbit