This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6162b7695 Automatic Site Publish by Buildbot
6162b7695 is described below
commit 6162b7695119d9e962a20b0b6f419ae74f097cea
Author: buildbot <[email protected]>
AuthorDate: Fri Apr 10 18:04:50 2026 +0000
Automatic Site Publish by Buildbot
---
output/components/classic/documentation/docker-image.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/output/components/classic/documentation/docker-image.html
b/output/components/classic/documentation/docker-image.html
index 4ba79ec3b..ec585ccbb 100644
--- a/output/components/classic/documentation/docker-image.html
+++ b/output/components/classic/documentation/docker-image.html
@@ -92,14 +92,14 @@
<div class="container" >
<div class="row" style="margin-top: 30px">
<div class="col-12 classic">
- <p>You can also get started with ActiveMQ Classic Docker image in no
time. The image is hosted <a
href="https://hub.docker.com/r/apache/activemq-classic/tags">here</a></p>
+ <p>You can also get started with ActiveMQ Classic Docker image in no
time. The image is hosted <a
href="https://hub.docker.com/r/apache/activemq/tags">here</a></p>
<p>Step 1. Pull the image</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker pull apache/activemq-classic:latest
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker pull apache/activemq:latest
</code></pre></div></div>
<p>Step 2. Run the image</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run -p 61616:61616 -p 8161:8161
apache/activemq-classic:latest
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run -p 61616:61616 -p 8161:8161
apache/activemq:latest
</code></pre></div></div>
<p>Note: Make sure you expose the correct port using <code
class="language-plaintext highlighter-rouge">-p</code>. The command above only
expose port 8161 for the web console and port 61616 for the Openwire
connection</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact