Skip to content

Latest commit

 

History

History
 
 

OracleTuxedo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tuxedo on Docker

Sample Docker configurations to facilitate installation, configuration, and environment setup for DevOps users. This project includes samples for Tuxedo 12.1.3 based on Oracle Linux.

The certification of Tuxedo on Docker does not require the use of any file presented in this repository. Customers and users are welcome to use them as starters, and customize/tweak, or create from scratch new scripts and Dockerfiles.

How to build and run

This folder contains the information and examples of how to use Tuxedo with Docker.

To use

  1. Into an empty directory:
  2. Download the Tuxedo 12.1.3 Linux 64 bit installer from OTN
  3. Download all the files from this github directory
  4. Optionally download the latest Tuxedo rolling patch from My Oracle Support
  5. cd dockerfiles
  6. Execute 'bash buildDockerImage.sh'

You should end up with a docker image tagged oracle/tuxedo:version

You can then start the image in a new container with: docker run -i -t oracle/tuxedo:version /bin/bash which will put you into the container with a bash prompt. If you want to test the new container, simply execute the simpapp_runme.sh in an empty directory and the script will build and run the Tuxedo simpapp application.

License

To download and run Tuxedo 12cR2 regardless of inside or outside a Docker container, you must download the binaries from Oracle website and accept the license indicated at that page.

All scripts and files hosted in this project and GitHub docker/OracleTuxedo repository required to build the Docker images are, unless otherwise noted, released under the Common Development and Distribution License (CDDL) 1.0 and GNU Public License 2.0 licenses.

Copyright

Copyright (c) 2016-2016 Oracle and/or its affiliates. All rights reserved.