Versions Compared

Key

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

...

Code Block
languagetext
titledocker exec command
docker cp d:\Dropbox\work\netbeans\DBankWebTier\dist\DBankWebTier.war e54566dec8bf:/opt/glassfish4/glassfish/wars

In this example, the war file DBankWebTier.war is copied to the directory /opt/glassfish4/glassfish/wars in the container e54566dec8bf

Extract the contents into the glassfish folder for applications for a server within a cluster

...