Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Paste
P132
run-mq
Active
Public
Actions
Authored by
dereckson
on Nov 19 2015, 23:16.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F13092: run-mq
Mar 12 2016, 03:49
2016-03-12 03:49:18 (UTC+0)
Subscribers
None
#!/bin/sh
NAME
=
white-rabbit
PORTS
=
"-p 5672:5672 -p 25672:25672 -p 1883:1883 -p 8883:8883 -p 15672:15672 -p 15674:15674 -p 61613:61613 -p 4369:4369"
VOLUMES
=
"-v /data/
$NAME
/log:/data/log -v /data/
$NAME
/mnesia:/data/mnesia"
docker run -dt
$PORTS
$VOLUMES
--hostname
${
NAME
}
--name
${
NAME
}
nasqueron/rabbitmq
Event Timeline
dereckson
edited the content of this paste.
(Show Details)
Nov 19 2015, 23:16
2015-11-19 23:16:10 (UTC+0)
dereckson
changed the title of this paste from untitled to
run-mq
.
dereckson
mentioned this in
D79: Initial release of Dockerfile
.
dereckson
mentioned this in
rDRABBITMQ901491c4efaf: Initial release of Dockerfile
.
Nov 19 2015, 23:28
2015-11-19 23:28:39 (UTC+0)
Log In to Comment