> How does this allocate on the given LUNS or storage ?
By default, it allocates all data in /var/lib/docker. You should start the
container pointing it somewhere else, or you will end up filling up
/var/lib/docker with the database, and it's not good nor performing.
You will probably want to mount
On Tue, 16 Jun 2020 at 08:59, Peter 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 persi
By default storage is ephemeral. You start a docker container, do work, shut it
down and the work is lost. You use either the docker run --mount or --volume
options to map host storage to where the container needs persistent storage.
These days you'd be running some orchestration tool like OpenS
Hello
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 ?
Peter
--
For LINUX-390 subscribe / signoff / archive access instructions,
sen