This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e5ba73a9 Update docker image repo
4e5ba73a9 is described below

commit 4e5ba73a90844a0f4d6684037fb3d45794b230c2
Author: JB Onofré <[email protected]>
AuthorDate: Fri Apr 10 11:03:27 2026 -0700

    Update docker image repo
---
 src/components/classic/documentation/docker-image.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/classic/documentation/docker-image.md 
b/src/components/classic/documentation/docker-image.md
index c3d49f602..8b33287d1 100644
--- a/src/components/classic/documentation/docker-image.md
+++ b/src/components/classic/documentation/docker-image.md
@@ -5,15 +5,15 @@ title-class: page-title-classic
 type: classic
 ---
 
-You can also get started with ActiveMQ Classic Docker image in no time. The 
image is hosted [here](https://hub.docker.com/r/apache/activemq-classic/tags)
+You can also get started with ActiveMQ Classic Docker image in no time. The 
image is hosted [here](https://hub.docker.com/r/apache/activemq/tags)
 
 Step 1. Pull the image
 ```
-docker pull apache/activemq-classic:latest
+docker pull apache/activemq:latest
 ```
 
 Step 2. Run the image
 ```
-docker run -p 61616:61616 -p 8161:8161 apache/activemq-classic:latest 
+docker run -p 61616:61616 -p 8161:8161 apache/activemq:latest 
 ```
-Note: Make sure you expose the correct port using `-p`. The command above only 
expose port 8161 for the web console and port 61616 for the Openwire connection
\ No newline at end of file
+Note: Make sure you expose the correct port using `-p`. The command above only 
expose port 8161 for the web console and port 61616 for the Openwire connection


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to