-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
interoperabilityIssues with building or executing images due to a environmentIssues with building or executing images due to a environment
Description
I have seen many people's issues got resolved by increasing the docker memory size. I have changed my memory size to 100GB
systemctl stop docker
dockerd --storage-opt dm.basesize=100G
systemctl start docker
but still getting the following error:
/opt/oracle/oraInventory/orainstRoot.sh: No such file or directory (attached the whole installation log)
[root@1efc3c44071a /]# df -B 1G /opt/oracle
Filesystem 1G-blocks Used Available Use% Mounted on
/dev/mapper/docker-253:0-201328928-8c7c3e1e449c3deb01ad940126b0c70d7bc1667cb7215b47033f8969240ba177 100 4 97 4% /
df -B 1G / | tail -n 1 | awk '{ print $4 }'
97
Metadata
Metadata
Assignees
Labels
interoperabilityIssues with building or executing images due to a environmentIssues with building or executing images due to a environment