You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Dockerfile to build a ActiveMQ container image.
28
28
29
29
## Version
30
30
31
-
Current Version: **5.11.1**
31
+
Current Version: **5.12.0**
32
32
33
33
# Hardware Requirements
34
34
@@ -47,6 +47,7 @@ You can set the memory that you need :
47
47
docker run --name='activemq' -it --rm \
48
48
-e 'ACTIVEMQ_MIN_MEMORY=512' \
49
49
-e 'ACTIVEMQ_MAX_MEMORY=2048'\
50
+
-P
50
51
webcenter/activemq:latest
51
52
```
52
53
This sample lauch ActiveMQ in docker with 512 MB of memory, and then ACtiveMQ can take 2048 MB of max memory
@@ -97,7 +98,7 @@ In your issue report please make sure you provide the following information:
97
98
Pull the image from the docker index. This is the recommended method of installation as it is easier to update image. These builds are performed by the **Docker Trusted Build** service.
98
99
99
100
```bash
100
-
docker pull webcenter/activemq:5.11.1
101
+
docker pull webcenter/activemq:5.12.0
101
102
```
102
103
103
104
You can also pull the `latest` tag which is built from the repository *HEAD*
@@ -121,7 +122,7 @@ You can launch the image using the docker command line :
121
122
-**For test purpose :**
122
123
123
124
```bash
124
-
docker run --name='activemq' -it --rm \
125
+
docker run --name='activemq' -it --rm -P \
125
126
webcenter/activemq:latest
126
127
```
127
128
The account admin is "admin" and password is "admin". All settings is the default ActiveMQ's settings.
@@ -142,7 +143,10 @@ docker run --name='activemq' -d \
0 commit comments