Updated
This commit is contained in:
@@ -25,7 +25,9 @@ docker run \
|
||||
--volume qm1data:/mnt/mqm \
|
||||
icr.io/ibm-messaging/mq:9.3.5.1-r1
|
||||
|
||||
# Inside the container
|
||||
# Activate Swagger UI - edit file in the container
|
||||
docker exec QM1 /bin/bash
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > /mnt/mqm/data/web/installations/Installation1/servers/mqweb/mqwebuser.xml
|
||||
echo "<server>" >> /mnt/mqm/data/web/installations/Installation1/servers/mqweb/mqwebuser.xml
|
||||
echo " <featureManager>" >> /mnt/mqm/data/web/installations/Installation1/servers/mqweb/mqwebuser.xml
|
||||
@@ -37,8 +39,10 @@ exit
|
||||
|
||||
# Restart container
|
||||
docker restart QM1
|
||||
```
|
||||
|
||||
# Upgrade MQ
|
||||
## Upgrade MQ
|
||||
```bash
|
||||
docker stop QM1
|
||||
docker rm QM1
|
||||
docker run \
|
||||
|
||||
Reference in New Issue
Block a user