-
Notifications
You must be signed in to change notification settings - Fork 0
Running TIBCO BusinessEvents RMS
yogita edited this page May 23, 2022
·
3 revisions
By using the TIBCO BusinessEvents Container Image, you can run it in Docker
or Podman
.
- Check the complete information provided in Running TIBCO BusinessEvents.
Execute the run
command on the machine where you have created the container image.
Syntax Using Docker:
docker run --net=<NETWORK_NAME> \
-p <CONTAINER_PORT>:<HOST_PORT> \
-v <LOCAL_DIRECTORIES>:<CONTAINER_DIRECTORIES> \
-e <ENVIRONMENT_VARIABLES> \
<IMAGE_NAME>:<IMAGE_VERSION>
Syntax Using Podman:
podman run --net=<NETWORK_NAME> \
-p <CONTAINER_PORT>:<HOST_PORT> \
-v <LOCAL_DIRECTORIES>:<CONTAINER_DIRECTORIES> \
-e <ENVIRONMENT_VARIABLES> \
<IMAGE_NAME>:<IMAGE_VERSION>
docker run -p 8109:8109 -e PU=default "HOSTNAME=localhost" rms:5.6.0
Parent topic: Running TIBCO BusinessEvents