This folder contains the information of how to use [Tuxedo ART Workbench and Test Manager](http://docs.oracle.com/cd/E72452_01/artwb/docs1222/index.html, http://docs.oracle.com/cd/E72452_01/arttm/docs1222/index.html) with Docker.
This folder contains dockerfile based on the Oracle Tuxedo image, in which it has installation of Eclipse, Tuxedo Application Rehosting Workbench and Test manager.
##Prerequisite
- Use btrfs with docker: With big image size, it is better to use btrfs with docker, please follow the link below to set Docker using btrfs. https://docs.docker.com/engine/userguide/storagedriver/btrfs-driver/#configure-btrfs-on-sles
How to build and run Pre-installation:
- Download the binaries and copy them to
pwd
/bin- Download all the files from this GitHub repository
- Download the binary of ART Workbench and Test Manager
- Download Eclipse
- Optionally download Tuxedo, Tuxedo ART Workbench and Tuxedo ART Test Manager patches
Before you run buildDockerImage.sh, if proxy is needed to access network, you need to set environment variables at first: http_proxy, https_proxy, ftp_proxy, no_proxy $ ./buildDockerImage.sh -v 12.2.2 Or $ docker build -t oracle/tuxedoartwkbtm:12.2.2 . Note, before you run buildDockerImage.sh, if your Tuxedo ART was other than 12.2.2, you need change above command according to version.
You should end up with a docker image tagged oracle/tuxedoartwkbtm:, version is Tuxedo ART version number you may modify in buildDockerImage.sh.
You can then start the image in a new container with: docker run -d -v \${LOCAL_DIR}:/u01/oracle/user_projects oracle/tuxedoartwkbtm:12.2.2
.
Note: