-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failures in Step 3 #5
Comments
I had a similar issue:
|
I have the same issue as
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building the Dockerfile gives errors.
Host machine:
cat /etc/*release
CentOS Linux release 7.3.1611 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
CentOS Linux release 7.3.1611 (Core)
CentOS Linux release 7.3.1611 (Core)
Docker version
Docker version 1.12.6, build 88a4867/1.12.6
I built the image with
docker build username/projectname:latest .
I noticed some errors, but just ignored them.
I ran the ran image in interactive mode and noticed that there was no apache2 binary.
I tried looking for the apache2 binary with
sudo find / -name apa*
I also looked through /etc/ , /bin/ , /sbin/ , for any kind of apache files, but no luck
I have attached the output of the docker build command here:
docker-output.txt
Please use
less -R
to read thedocker-output.txt
with ANSI color formattingThe text was updated successfully, but these errors were encountered: