rmohr/docker-activemq

Plz tell me the passwd of root ?

Closed this issue · 3 comments

as the title said.

I would also like to know this... Or some other way of installing vi or some text editor so that I can edit the /opt/apache-activemq-5.15.6/conf/jetty-realm.properties file so that the admin password can be changed?

I would also like to know this... Or some other way of installing vi or some text editor so that I can edit the /opt/apache-activemq-5.15.6/conf/jetty-realm.properties file so that the admin password can be changed?

Oops, I guess one can just do
docker exec -u root -it active_mq_image_name /bin/bash

Then one is logged in as root...

I would also like to know this... Or some other way of installing vi or some text editor so that I can edit the /opt/apache-activemq-5.15.6/conf/jetty-realm.properties file so that the admin password can be changed?

Oops, I guess one can just do
docker exec -u root -it active_mq_image_name /bin/bash

Then one is logged in as root...

THX..... XD