Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# adjust folder location as necessary for your Docker Host
mkdir -p /scratch/DockerVolume/flexdeploy
chmod -R 777 /scratch/DockerVolume
cd /scratch/DockerVolume
mkdir application
mkdir repository
cd application
mkdir plugins
cp ~/Tomcat_Complete-5.3.0.0/application/plugins/*.jar .
# ready with docker volume now


Tip

If you need to use additional libraries or file you can place them under /scratch/DockerVolume/flexdeploy. For example, if you unzip SQLcl zip file under /scratch/DockerVolume/flexdeploy, you can reference it as /home/oracle/sqlcl from container (including LOCALHOST endpoint), assuming sqlcl folder is created when SQLcl is unzipped.


Step 2 - Setup FlexDeploy Database

...