Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 308 Bytes

rabbitmq.md

File metadata and controls

17 lines (14 loc) · 308 Bytes

RabbitMQ

  1. Vybuildit docker container ze slozky docker/rabbitmq
docker build -t my-rabbitmq-image:1.0 .
  1. Tag v registry
docker tag my-rabbitmq-image:1.0 192.168.1.245:32000/my-rabbitmq-image:1.0
  1. Push
docker push 192.168.1.245:32000/my-rabbitmq-image:1.0