Log in to EC2 instance of
TIBCO BusinessWorks Container Edition created by launching Single AMI.
Run the following command to install Docker.
sudo yum -y install docker-ce
Run the following command to start Docker container.
sudo systemctl start docker
Note: The scripts for creating Docker image for
TIBCO BusinessWorks Container Edition
are available at /home/ec2-user/bwce/bwce-docker/
Run the following command to manage Docker as non-root user.
sudo usermod -aG docker $USER
Copy the required artifacts at
/home/ec2-user/bwce/bwce-docker/resources/addons/ (certs, jars, lib, monitoring-agents, plugins, thirdparty-installs) location if you want to extend
TIBCO BusinessWorks Container Edition
base image.
Run the following command to create
TIBCO BusinessWorks Container Edition
Docker image at
/home/ec2-user/bwce/bwce-docker/ run location.