Versions Compared

Key

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

...

Code Block
languagebash
titleInstall Database Objects
linenumberstrue
# create database objects
 docker exec -ti js7-joc-primary /bin/bash -c /opt/sos-berlin.com/js7/joc/install/joc_install_tables.sh

Explanations:

  • The docker exec command connects to the JOC Cockpit container js7-joc-primary and executes a script to install the database object required for operation of JOC Cockpit..