We have 57 rhel servers machines – with version 7.5
The machines have strong HW as 128G memory and 32 CPU ,
We planed to install docker service on all machines , in order to run couple containers on docker
We are before the following dilemma
- We can install the docker directly on OS disk –
sda
, so/var/lib/docker
will be folder on the OS
Or
To add dedicated disk -
sdb
for the docker in order to run the docker on thesdb
disk that isn't the OS disk ,for example add new disk –
sdb
and mount thesdb
to/var/lib/docker
Is it justified to add additional dedicated disk as sdb for the docker, in order to avoid performances Aspects From OS/disk/Docker side ?