Page History
Table of Contents |
---|
Introduction
The JS7 - Controller Installation for Docker Containers article explains start-up of a JOC Cockpit container using the Docker® Run
command.
...
- Use of volumes: There are a number of ways of mounting or binding volumes into a container.
- One strategy is to mount a Docker® volume 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 letting Docker® Compose know that the volume is locally managed and is the focus of the above example.
- One strategy is to mount a Docker® volume which is managed by Docker®, typically in
- Use of user accounts: see JS7 - Running Containers for User Accounts.
Hibernate Configuration: hibernate.cfg.xml
...
Code Block | ||||
---|---|---|---|---|
| ||||
# restart container docker-compose restart js7-joc-primary |
Initial Operation
See JS7 - JOC Cockpit Installation for Docker Containers, section: Initial Operation.
Overview
Content Tools