Versions Compared

Key

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

...

The following examples apply for users who wish to start containers using the docker-compose utility. Consider that examples have to be adjusted to individual environments.

Examples are have been contributed by the Japanese JS7 Community. Find the The complete instructions from can be found in the Start with JS7 JobScheduler docker-compose (MySQL version) article.

...

  • Use of volumes: There are a number of ways how to mount or bind of mounting or binding volumes into a container.
    • One strategy is to mount a Docker® volume that which is managed by Docker®, typically in /var/lib/docker/volumes.
    • Another strategy is to map Docker® volumes to the local file system. This requires to let letting Docker® Compose know that the volume is locally managed . This is what and is the focus of the above example is focused on.

Hibernate Configuration: hibernate.cfg.xml

...