/docker-extension-rabbitmq

RabbitMQ Extension For Docker Desktop

Primary LanguageTypeScript

RabbitMQ in Docker Desktop

Screenshot of the extension inside Docker Desktop

Getting Started

You can try it now! Install RabbitMQ extension

ℹ️ Use guest as username and password.

Pre-requisite

  • Docker Desktop 4.12

1. Clone the repository

 git clone https://github.com/Yogendra0Sharma/docker-extension-rabbitmq/

2. Build the Extension

 make build-extension

If you run into error: Failed to solve with frontend dockerfile.v0: failed to create LLB definition

export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0

3. Install the Extension

 docker extension install <name-of-extension>

Open Docker Dashboard to see RabbitMQ Extension already up and running.

Cradits

Thanks Ajeet Singh Raina for inspiration.