Logs, links, notes, recipes, ...

docker

Tags
angular ansible argocd aws dns docker docker-machine eks elasticsearch elk filebeat grafana guacamole IAM k8s kibana kubernetes lcow letsencrypt macos metricbeat microk8s mongo multipass nginx node openapi rabbitmq rancher rancheros redis registry s3 samba ssh ssl swagger typescript ubuntu vpn websocket windows windows server wireguard xip.io
Recent Posts
  • Grafana – reset admin password
  • Multipass – Remote-SSH development environment on your Mac
  • AWS Credentials
  • EKS – IAM roles
  • WireGuard VPN
Archives
  • January 2022
  • August 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • September 2019
  • May 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
TL;DR

RabbitMq in Docker Container

Make sure you have docker CE installed and running, then start container: docker run -p 15672:15672 -p 5672:5672 –name rabbitmq rabbitmq:management -p {localhost port}:{container port}: exposes container port on localhost port –name {name}: assign name to container Check the Management web site by opening the web browser and navigating to: http://localhost:15672 Read more…

By Felipe Crochik, 5 years5 years ago

Posts navigation

Previous 1 2 3
  • Embed React app in WordPress