oracle weblogic server on docker containers · • the “docker-way” for containerized...

17
Oracle WebLogic Server on Docker Containers ORACLE WHITE PAPER |APRIL 2020

Upload: others

Post on 05-Jul-2020

28 views

Category:

Documents


0 download

TRANSCRIPT

Oracle WebLogic Server on Docker Containers O R A C L E W H I T E P A P E R | A P R I L 2 0 2 0

1 | ORACLE CORPORATE MARKETING STYLE GUIDE

TableofContentsOracle WebLogic Server on Docker 2

Oracle WebLogic Server Docker Images 2

Custom Built Oracle WebLogic Server Images 3

Dockerfiles and Scripts on GitHub 3

Dockerfiles 3

Scripts 5

Clustering Oracle WebLogic Server on Docker Containers 5

How to Build and Run 7

Dockerfiles 7

Scripts 7

Building an Oracle WebLogic Server Image 8

Samples for Oracle WebLogic Server Domain Creation 9

Sample Domain for Oracle WebLogic Server 9

Building a sample Docker Image of Oracle WebLogic Server Domain 10

Running the Oracle WebLogic Server Administration Server Container 11

Running Oracle WebLogic Server Managed Server Containers 12

Additional Samples 13

Considerations for Running Oracle WebLogic Server with Docker 13

Conclusion 15

2 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

Oracle WebLogic Server on Docker

OracleWebLogicServer(WLS)iscertifiedtorunonDockerandCRI-Ocontainers.OnGitHub,wehaveDockerfilesandsupportingscriptstobuildimagesofOracleWebLogicServer;theseimagesareanextensionofexistingOracleLinuximages.YoucanusetheseWLSDockerimagesorcreateyourown.

Dockerisaplatformthatletsyoubuild,package,ship,andrundistributedapplications.UsingDocker,youpackageyourapplicationsanddependentlibrariesorfiles,intoaDockerimage.DockerimagesareportableartifactsthatcanbedistributedacrossLinuxenvironments.Youcanuseimagesthathavebeendistributedtoinstantiatecontainerswhereapplicationscanruninisolationfromotherapplications,runninginothercontainersonthesamehostoperatingsystem.

OracleWebLogicServerversions12.1.3,12.2.1.3.0,12.2.1.4.0,and14.1.1.0.0arecertifiedtoruninDockerandCRI-Ocontainers.YoucanusecombinationsofOracleWebLogicServer,JDK,Linux,andDockerversionswhenbuildingyourDockerimages.FordetailsonthemostcurrentOracleWebLogicServersupportedconfigurationsandsupportstatement,seetheOracleFusionMiddlewareCertificationPages.

TheprovidedDockerfilesandscriptsletyoucreateclusteredandnon-clusteredWLSdomainconfigurations.Eachserverrunningintheresultingdomainconfiguration,runsinitsDockercontainer,andcancommunicatewithotherservers.Otherconfigurationsandapproachesarepossible;thispaperwillguideyoutocreatetheseconfigurations.

Oracle WebLogic Server Docker Images TheDockerfilesandsupportingscriptsonGitHubbuildOracleWebLogicServerDockerimages.TheseimagesareextensionsofexistingOracleLinuximage7.0slim,withServerJRE7,8,orJDK11,andtheOracleWebLogicServer12c(12.1.3,12.2.1.3,12.2.1.4)and14c(14.1.1.0)installations.

Threetypesofimagesareposted:

1. AnOracleWebLogicServerGenericimage.

2. AnOracleWebLogicServerDeveloperimage.

3. AnOracleWebLogicServerSlimimage.

TheWebLogicServergenericimageisbuiltwiththe“genericinstaller”andincludesallOracleWebLogicServerandOracleCoherencesoftware,includingexamples,andissupportedforalldevelopmentandproductionpurposes.TheWebLogicServerdeveloperimageiscreatedwiththe“quickinstaller”andisintendedfordevelopmentpurposes.ItincludesallOracleWebLogic

3 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

ServerandOracleCoherenceruntimesoftwarebutexcludesexamplesandlocalizedWebLogicServerAdministrationConsolehelpfiles.TheWebLogicServerslimimageiscreatedwiththe“sliminstaller”andisfordevelopmentandproductionusageofDockerorCRI-OimagesandcontainersinKubernetes,whenWLSConsolemonitoringandconfigurationisnotrequired.ItincludesallOracleWebLogicServerandOracleCoherenceserverruntimesoftware,butexcludesexamples,theWebLogicServerAdministrationConsole,WebLogicclients,Mavenplug-ins,andJavaDB.

Fig 1. Oracle WebLogic Server Docker Image

Custom Built Oracle WebLogic Server Images YoucancreateyourownOracleWebLogicServerDockerimages.Asexamplestohelpyoutogetstarted,wehavepostedDockerfilesandscriptsonGitHubOracleWebLogicServerDockerfiles.

WhataretheprerequisitestobuildcustomWLSimages?

1. AnOracleLinuxbaseimage.

2. DockerfilesandscriptsfromGitHub.

3. TheOracleWebLogicServerGeneric,Quick,orSliminstaller.

4. ThecorrespondingServerJREorJDK.

TheWebLogicServerimagescanbecreatedandpatchedusingtheWebLogicImageTool.Formoreinformation,seetheImageToolGitHubproject.

Dockerfiles and Scripts on GitHub

Dockerfiles

TheDockerfiletocreateanOracleWebLogicServerinstallimage,doesthefollowing:

OracleLinux

WebLogicinstall

JRE8

4 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

1. ExtendstheServerJREimagebuiltwiththeOracleLinuxSlimbaseimage.

2. InstallsWLSusingtheGeneric,Quick,orSliminstaller,insilentmode.

AftercreatingyourOracleWebLogicServerinstallimages,youcanextendthemtohaveabaseOracleWebLogicServerdomainconfigured.Formoreinformation,seethesamplesintheOracleDockerGitHubproject.

TheDockerfiletocreateanOracleWebLogicServerdomainimage,doesthefollowing:

1. ExtendstheOracleWebLogicServerinstallimage.

2. ConfiguresaWLSdomainbycallingOracleWebLogicServerScriptingTool(WLST)scriptsortheWebLogicDeployTooling.

ThedomainhasoneAdministrationServer,aWebLogicclusterwithmultipleManagedServers,andresourcesdeployedtothecluster,suchasdatasourcesandJMS.

Fig 2. Oracle WebLogic Server Domain Image

UsingtheOracleWebLogicServerdomainimage,youcancreatetwotypesofcontainers:

• AnAdministrationServercontainerwithasingleOracleWebLogicServerAdministrationServer.

• AManagedServercontainer.

OracleLinux

WebLogicinstall

WebLogicDomain

JRE8

5 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

Fig 3. Types of Oracle WebLogic Server Containers

Scripts

ThescriptshelpyoucreatetheOracleWebLogicServerimageandserveasexamplesofextendingtheimage,byconfiguringanOracleWebLogicServerdomain.

Clustering Oracle WebLogic Server on Docker Containers Dockercontainersletyoucreateclusteredandnon-clusteredWLSdomainconfigurations.Eachserverinthedomain,runsinitsownDockercontainerandcancommunicatewithotherserversonthesamehost.

Fig 4. Clustering Oracle WebLogic Server on Docker Containers across Single Host

6 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

Theadvantagesofthistopologyare:

• Goodfortraditionaldeployments.

• EasytodeploycontainersfromWLSdomainimages.

• Easytoscaleclustersupanddown.

• Goodfordevelopers.

• NoneedtoinstallorconfigureanythingonthehostexceptforDockerbinaries.

ThecontainerscanbeallonasinglephysicalorvirtualserverLinuxhostoronmultiplephysicalorvirtualserverLinuxhosts,asinfigure5.

Fig 5. Containerized Oracle WebLogic Server Applications on a Multi Host

Theadvantagesofthistopologyare:

• The“Docker-way”forcontainerizedapplicationsandservices.

• Containersareeasilyreproducible.

• EachcontainerisaninstanceofthesameWLSdomain.

Atopologyalignedwiththe“Docker-way”forcontainerizedapplicationsandservices,consistsofacontainerrunninganAdministrationServeronlycontainingalltheresources,sharedlibraries,anddeployments.TheDockerimageincludesallpre-defineddomain

7 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

resources,applications,andsharedlibrariesdeployed,withnoManagedServersorclustersconfigured,asinfigure6.

Fig 6. Single Server Domain with Applications and Resources on a Multi Host

How to Build and Run OnGitHubyouwillfindtheDockerfilesandsupportingscriptstobuildanOracleWebLogicServerinstallimageandtoextendthisimagetocreateanOracleWebLogicServerdomainimage.TobuildyourOracleWebLogicServerimagesandstartyourcontainers,firstdownloadtheentiredirectorystructure.

Dockerfiles

TherearethreeDockerfilesforOracleWebLogicServer12.2.1.4.0,locatedunderthe/OracleWebLogic/dockerfiles/12.2.1.4subdirectory,oneeachtobuild:aWLS'developer'image,aWLS'generic'image,andaWLS‘slim’image.

Dockerfile.developer

Dockerfile.generic

Dockerfile.slim

Scripts

Underthe/OracleWebLogic/dockerfiles/12.2.1.4/container-scriptssubdirectory,therearesupportingscriptswhich,togetherwiththeDockerfilesmentionedabove,arenecessarytobuildanOracleWebLogicServerimageandconfigureasingleserverdomain.

8 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

ScriptName Functionality

buildDockerImage.sh BuildstheWLSimageusingtheWLSinstallationDockerfileinstructions.

container-scripts/createAndStartEmptyDomain.sh Takescredentialsfromthepropertiesfile,createstheboot.propertiesfile,invokescreate-wls-domain.pytorunWLSTtocreatethedomainconfiguration,andstartstheAdministrationServer.

container-scripts/create-wls-domain.py ConfiguresabasedomainwithoneAdministrationServer.

properties/domain.properties ContainstheAdministrationServercredentials.

Building an Oracle WebLogic Server Image TheWebLogicimageextendstheOracleServerJRE8image.ForaccesstotheDockerfilesandscriptsmentionedinthispaper,clonetheDockerrepositorytoyourlocalmachine:

$ git clone https://github.com/oracle/docker-images.git

BuildtheimagebyusingtheDockerfilein../../../OracleJava/java8orpullapre-builtimagefromtheOracleContainerRegistry(OCR).Firsttimeusers,followthesedirections.ThecommandstopulltheimagefromOCR:

$ docker login container-registry.oracle.com

$ docker pull container-registry.oracle.com/java/serverjre:8 $docker tag container-registry.oracle.com/java/serverjre:8 oracle/serverjre:8

First,decidewhichinstallationtypeyouwanttouse,eithergeneric,quick,orsliminstaller,andthendownloadtherequiredOracleWebLogicServerinstallertothedockerfiles/12.2.1.4folder.Fromthedockerfilesfolder,runthebuildDockerImage.shscriptasroot:

$ sudo sh buildDockerImage.sh -h

Usage:buildDockerImage.sh[-d|-g|-m]

Parameters:

-d:createsimagebasedon'developer'distribution

9 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

-g:createsimagebasedon'generic'distribution

-m:createsimagebasedon'slim'distribution

Note:TheresultingimagewillNOThaveapre-configureddomain.WeprovideseparateDockerfileandsupportingscriptstoextendtheOracleWebLogicServerinstallimageandcreateaWLSdomainimage.

Samples for Oracle WebLogic Server Domain Creation ToshowyouhowtocreateadomainfromacustomDockerfiletoextendtheOracleWebLogicServerinstallimage,weprovideafewsamplesforOracleWebLogicServer.WesupportdifferenttopologieswheretheWebLogicServerdomainhomeisstoredeitherintheimageoronahostvolume.YoucancreatethedomainhomeusingWLSTortheWebLogicDeployTooling(WDT).FormoreinformationaboutWebLogicDeployTooling,seetheWebLogicDeployToolingGitHubProject.

Sample Domain for Oracle WebLogic Server

TheDockerfile,inOracleWebLogic/samples/12213-domain,willcreateanimagebyextendingoracle/weblogic:12.2.1.3-dev(fromtheDeveloperdistribution).ItwillconfigureaWebLogicServerdomainonahostvolume.TheWebLogicServerdomainwillhaveanAdministrationServerwithaWebLogiccluster(configuredordynamic)containingoneormoreManagedServers.

NOTE:ThissamplecanbeusedtocreateandrunaWebLogicServer12.2.1.4or14.1.1.0domain.EdittheDockerfileandchangethe“FROM”clausetopointtotheimageyoubuiltinthestepsabove,e.g.“FROMoracle/weblogic:12.2.1.4-dev”.

Underthesubdirectory,/OracleWebLogic/samples/12213-domainand/OracleWebLogic/samples/12213-domain/container-scripts,youwillfindsupportingscriptswhich,togetherwiththeDockerfiles,arenecessarytobuildanOracleWebLogicServerdomainimage,configureadomain,andruntheAdministrationServerandManagedServersinacluster.

Script Name Functionality

build.sh BuildstheWLSdomainimagecalled“12213-weblogic-domain-in-volume”.

run-admin-server.sh Takescredentialsfromthepropertiesfile,createstheboot.propertiesfile,invokescreate-wls-domain.pytorunWLSTtocreatethedomainconfiguration,andstartstheAdministrationServer.

10 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

run-managed-server.sh ConfiguresabasedomainwithoneAdministrationServer.

properties/domain.properties Containsthefollowingvalues,whichletsyoucustomizethedomain.

DOMAIN_NAME=myDomainADMIN_PORT=7001ADMIN_NAME=myadminADMIN_HOST=AdminContainerMANAGED_SERVER_PORT=8001MANAGED_SERVER_NAME_BASE=MSCONFIGURED_MANAGED_SERVER_COUNT=2PRODUCTION_MODE_ENABLED=trueCLUSTER_NAME=cluster1CLUSTER_TYPE=DYNAMICDOMAIN_HOST_VOLUME=/Users/host/temp

properties/domain_security.properties WebLogicAdministrationServercredentials

container-scripts/setEnv.sh Setstheparametersabovetoruntheservers.

container-scripts/createWLSDomain.sh Takescredentialsfromthedomain_security.propertiesfile,createstheboot.propertiesfile,andinvokescreate-wls-domain.pytorunWLSTtocreatethedomainconfiguration.

container-scripts/create-wls-domain.py ConfiguresadomainwithoneAdministrationServer,acluster(configuredordynamic),andManagedServersinthecluster.

container-scripts/startAdminServer.sh StartsanAdministrationServer.

container-scripts/startManagedServer.sh StartsaspecificManagedServerinthecluster.

Building a sample Docker Image of Oracle WebLogic Server Domain

TocreateanOracleWebLogicServerimagewithadomainconfigured,followthesesteps:

Ifyouhavenotalreadydoneso,clonetheDockerGitHubrepositorytoyourlocalmachine.YouwillneedtheDockerfilesandscriptstothesamplefilesmentionedinthispaper:

$ git clone https://github.com/oracle/docker-images.git

11 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

Makesureyouhavetheoracle/weblogic:12.2.1.3-devimagebuiltfollowingtheinstructionsaboveorpullapre-builtimagefromtheOracleContainerRegistry(OCR).Firsttimeusers,followthesedirections.

ThecommandstopulltheimagefromOCR:

$ docker login container-registry.oracle.com

$ docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3-dev $docker tag container-registry.oracle.com/middleware/weblogic:12.2.1.3-dev

oracle/weblogic:12.2.1.3-dev

FromOracleWebLogic/samples/12213-domain,run:

$build.sh

or

$ docker build -f Dockerfile -t 12213-weblogic-domain-in-volume .

Tomakesurethatyounowhavethisimageinplace,run:

$sudo docker images

Running the Oracle WebLogic Server Administration Server Container

WhenyouruntheOracleWebLogicServerdomainimagetostartyourcontainer,anAdministrationServerwillstartrunninginthecontainerbydefault.ThedefaultAdministrationServernameis“AdminServer”,thedefaultportnumberis7001,andthedefaultAdministrationServercontainernameis“wlsadmin”.

NOTE:Whenrunningmorethanonedomaininthesame,singlehostyoumustchangetheDockerportnumberwheretheserverisrunningandthecontainername.

TocreatetheWebLogicServerdomainonahostvolume,youcansimplycallthedockerruncommand;“12213-weblogic-domain-in-volume”istheOracleWebLogicServerdomainimagetag.ThesampleDockerfilesdefinecontainer-scripts/createWLSDomain.shasthedefaultCMD(command).EnteryourWebLogicServercredentialsintheproperties/domain_security.propertiesfileanddefinethepropertiesofyourdomaininproperties/domain.properties,asdescribedinthetableabove.

Thissamplecreatesthedomainhomeonahostvolume.Inthedockerruncommand,youwillmapthehostvolumewiththeproperty -v ${domainhostvol}:/u01/oracle/user_projects/domains. Thedirectory ${ domainhostvol} isdefinedinthefile properties/domain.properties DOMAIN_HOST_VOLUME.

12 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

TostarttheAdministrationServer,run:$run-admin-server.sh

or

$ container-scripts/setEnv.sh $ sudo docker run -d -p 9001:7001 -p 9002:9002 --name ${adminhost} \ --hostname ${adminhost} -v ${scriptDir}/properties:/u01/oracle/properties \ -v ${domainhostvol}:/u01/oracle/user_projects/domains \ ${ENV_ARG} 12213-weblogic-domain-in-volume

ToobtaintheIPaddressoftheAdministrationServercontainer,run:

$ sudo docker inspect --format '{{ .NetworkSettings.IPAddress }}' ${adminhost}

Samplereturnvalue:xxx.xx.x.xx

NowyoucanaccesstheWebLogicServerAdministrationConsoleathttp://xxx.xx.x.xx:7001/console.

NOTE:IfyouhaveseveralOracleWebLogicServerdomainsrunningonthesamehost(severalAdministrationServers),changethe–name(nameoftheAdministrationServercontainer)andthe–p(DockerporttowhichtheAdministrationServerportismapped).

Running Oracle WebLogic Server Managed Server Containers

Whenthedomainiscreatedbyinvokingcontainer-scripts/createWLSDomain.sh,aclusterwithadefinednumberofManagedServers(CONFIGURED_MANAGED_SERVER_COUNT)areconfiguredinthecluster.EachManagedServerinthedomainhasauniquename,calculatedbyusingabasename(MANAGED_SERVER_NAME_BASE)followedbyanumber.AllManagedServerslistenonport8001.

ManagedServercontainerscommunicatetotheAdministrationServercontainerbylinking(--linkcommand)usingtheAdministrationServercontainername${adminhost}.TheAdministrationServercontainernamedefaultsto“wlsadmin”.Whenthereismorethanonedomainrunningonthesamehost,theAdministrationServercontainernameneedstobeunique.ChangetheAdministrationServercontainernamebyusingthe–name${adminhost}parameterandmatchingthenamegiveninthe–linkcommandofeachManagedServercontainer.

13 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

TostarttheManagedServer,runthescript:$run-managed-server.sh <managed-server-name> <maped-port>

or

$ container-scripts/setEnv.sh $ sudo docker run -d -p ${maped-port}:${CUSTOM_MANAGED_SERVER_PORT} \ -v ${scriptDir}/properties:/u01/oracle/properties ${ENV_ARG} --volumes-from {adminhost} \ --link ${adminhost}:${adminhost} --name ${managed-server-name} \ 12213-weblogic-domain-in-volume /u01/oracle/container-scripts/startManagedServer.sh

NOTE: You must assign a new, unique Docker listen port (-p) when you create an additional Managed Server container on a host OS where a Managed Server container is already running. This prevents multiple Managed Servers running on the same host OS from listening on the same listen port. For example, Managed Server1 will map the port using the property –p 9810:8100, Managed Server2 will map the port using the property –p 9820:8100.

Additional Samples

TheprecedingsampleconfiguresaWebLogicServerdomainonasharedhostvolume.TherearetwosamplesthatshowyouhowtocreateaWebLogicdomainhomeinsideofanimage.Thesample,OracleWebLogic/samples/12213-domain-home-in-image,createsadomainhomeinsidetheimageusingWLSTandthesample,OracleWebLogic/samples/12213-domain-home-in-image-wdt,createsadomainhomeinsidetheimageusingWDT.FormoreinformationabouttheWebLogicDeployTooling,seetheWebLogicDeployToolingGitHubProject.

Considerations for Running Oracle WebLogic Server with Docker • WhenaDockercontainerisrestarted,itsIPaddresschanges,andOracleWebLogic

ServersrunningintheDockercontainerwillnowhaveanewaddress.Applications,aswellasotherserversthatwerecommunicatingwiththeserverbeforethecontainerrestart,willbeunabletocommunicate.AsolutiontotheIPaddresschangeafteracontainerrestart,istoconfigureaDNSserveronDockerandconfigureWLSdomainstouseDNSnames.

• OracleWebLogicServerconfiguration,serverlogs,filestores,andsuch,areallkeptinthecontainerfilesystem.WhenaDockercontainerisdestroyed,youwillloseyourentirefilesystem.Therearetwoalternativestothis:

o Usethehostfilesystemtostorethecontainer’slocalfilesystem.

o Maintaina“data-only”containertostoreyourdomainfilesystem.

Tominimizethedependencyonthefilesystem,werecommend:

o Keepyourstores,suchasTLogandJMSstores,inthedatabase.

14 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

o IfyoudoXAtransactions,use“XATransactionswithoutTLogWrite”;thisminimizeswritingtotheTLog.

• ClusteredOracleWebLogicServersmustcommunicatebetweenthemselvesandwiththeAdministrationServer.Dockercontainersrunningondifferenthostmachinesdonothavethenecessaryvisibilityandaccesstocommunicatedirectlywithothercontainers.Consequently,theuseofOracleWebLogicServerconfigurationsthatspanmultiplehosts’operatingsystemsisnotsupportedatthistime.ApossiblealternativeconfigurationistorunyourentireOracleWebLogicServerdomainonasinglehost.

• OraclerecommendspatchingWebLogicServerimageswiththelatestPatchSetUpdates(PSU).Thesepatchescontainimportantsecurityfixesrequiredtosecureyourdeploymentsinproduction.TherearetwowaystopatchtheWebLogicServerimages:

o TheOracleWebLogicImageToolhelpssimplifyandautomatethecreationand

patchingofDockerimagesforWebLogicServer.ThistoolletsyoucreateanewLinuxbasedimage,withinstallationsofaJDKandWebLogicServer,andoptionally,configureaWebLogicdomainwithyourapplications,applyWebLogicServerpatches,orupdateanexistingimage.YouwillfinddocumentationandsamplesintheImageToolGitHubrepository.

o YoucanalsopatchyourWebLogicimagesmanuallybycreatingDockerfileswhichapplythepatchestotheOracleWebLogicServergeneric,developer,orsliminstallationimages.RefertothesampleintheDockerGitHubrepositoryOracleWebLogic/samples/12213-patch.

• SecurityconcernshavebeenraisedregardingDockerandLinuxcontainers:

o Oneareaofconcerniswhetheritispossibletoisolatecoderunninginseparatecontainers.TherearenoknownissuesatthistimeimpactingtheabilitytorunOracleWebLogicServerinsuchanenvironment.

o AnotherareaofconcernisthesourceofDockerimages.YoushouldobtainDockerimagesonlyfromtrustedsourcesandbeawareofthefrequencyofupdatesandthenatureofthecontrolsonDockerHub.

o YoushouldstaycurrentwithDockerandLinuxtechnologyandremainawareofsecurityissuesthatareraisedineach.

o Dockercontainersdefaultnetworkmodeof“BridgeNetworking”doesnotsupportmulticast.Dockercontainers“HostNetworking”supportsmulticastbutprovideslessisolationbecauseitusesthehostnetworkingstack.WerecommendtheuseofunicastastheOracleWebLogicServerclusteringprotocolwhenrunninginDockercontainers.

15 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

Conclusion DockertechnologyoffersthepromiseofsimplifyingoperationsandreducingcostduetotheportablecharacteristicsofitsartifactsandeaseofdistributionacrossLinuxenvironments.OraclehasrespondedtothegrowinginterestofourcustomersbycertifyingOracleWebLogicServertoruninDockercontainers,andbyprovidingimages,Dockerfiles,andscriptsthatsupportthecreationofOracleWebLogicServerconfigurationsrunninginDockercontainers.WehopetheseareusefulandwillimprovethescopeofoursupportforDockerenvironmentsovertime.

Oracle Corporation, World Headquarters Worldwide Inquiries 500 Oracle Parkway Phone: +1.650.506.7000 Redwood Shores, CA 94065, USA Fax: +1.650.506.7200

2 | ORACLE WEBLOGIC SERVER ON DOCKER CONTAINERS

Copyright © 2014, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. 0420 Oracle WebLogic Server on Docker Containers April 2020 Monica Riccelli WebLogic Server PM

C O N N E C T W I T H U S

C O N N E C T W I T H U S

blogs.oracle.com/oracle

facebook.com/oracle

twitter.com/oracle

oracle.com