On Tue, 16 Jun 2020 at 08:59, Peter <dbajava...@gmail.com> wrote:

>
> When we pull a docker image of oracle on zlinux. How does this allocate on
> the given LUNS or storage ? Can I customise a existing docker image ?
>

I don't know whether there are docker images for Oracle on IBM Z, but in
general you mount the persistent file system into the container when you
create it (specify it with the --volume option). That file system can
either be part of your hypervisor file system or a volume managed by docker
(docker create volume).
When you use docker-compose, you have a yaml file with all the options so
you don't forget and accidentally see your data disappear when the
container is removed.

Rob

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to