Background Knowledge Required / Suggested
WebLogic Architecture
WebLogic Scripting Tool (WLST)
Linux
Feature Overview
Docker is a platform that enables users to build, package, ship
and run distributed applications. Docker users package up their
applications, and any dependent libraries or files, into a Docker
image. Docker images are portable artifacts that can be distributed
across Linux environments. Images that have been distributed can be
used to instantiate containers where...