Skip to content

wmarcuse/pokeman_docker_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start RabbitMQ locally

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management

Build the Dockerfile

docker build -t pokeman-sandbox:latest .

Run the Dockerfile

docker run pokeman-sandbox:latest

Check the RabbitMQ Management Dashboard

Go to http://localhost:15672/ and check the Pokeman activities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published