Description
Command uname -a
returnes 'Linux localhost.localdomain 4.10.5-1.el7.elrepo.x86_64 #1 SMP Wed Mar 22 14:46:24 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux'
Command df
returnes '/dev/mapper/cl-root 34938196 6551004 28387192 19% /'
dockerd
is run with the following arguments: '/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --selinux-enabled --log-driver=journald --signature-verification=false'
Steps to reproduce:
wget https://github.com/oracle/docker-images/archive/master.zip
7z x master.zip
cd docker-images-master/OracleDatabase/dockerfiles/12.2.0.1/
- [Put 'linuxx64_12201_database.zip' here]
Commandcksum linuxx64_12201_database.zip
returnes '4170261901 3453696911 linuxx64_12201_database.zip', therefore the archive is OK. - add 'set -x' at the beginning of buildDockerImage.sh for verbosity
cd ..
./buildDockerImage.sh -s -v 12.2.0.1 -i > build-log0.txt 2>&1
I also tried executing:
docker run -ti oraclelinux:7-slim /bin/bash
dd if=/dev/zero of=/temp-file bs=1G count=25
to check if the maximum container size is limited to 10Gb. I'm using overlay2 and it doesn't seem to have this issue.
Build-log:
build-log0.txt