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 Note that examples have to be adjusted to suit individual environments.

Examples are contributed by the Japanese JS7 Community. Find the complete instructions from 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.

Environment Variables used with the Examples

...