Skip to content
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

fedora container error #70

Closed
hamhpc opened this issue Dec 7, 2017 · 4 comments
Closed

fedora container error #70

hamhpc opened this issue Dec 7, 2017 · 4 comments
Labels
Bug A bug in one of the images or containers. ISLE-FEDORA Related to the Docker ISLE-Fedora image

Comments

@hamhpc
Copy link
Member

hamhpc commented Dec 7, 2017

I'm getting this on the latest install.....

[root@localhost ISLE]# docker-compose up -d fedora
isle-mysql is up-to-date
Creating isle-fedora ...
Creating isle-fedora ... error

ERROR: for isle-fedora Cannot create container for service fedora: invalid mode: /etc/apache2/sites-available/site.conf

ERROR: for fedora Cannot create container for service fedora: invalid mode: /etc/apache2/sites-available/site.conf
ERROR: Encountered errors while bringing up the project.

@hamhpc
Copy link
Member Author

hamhpc commented Dec 8, 2017

This is an error on my behalf. I was in the wrong test server when I issued this. You'll get this if it's already built.

@hamhpc hamhpc closed this as completed Dec 8, 2017
@hamhpc
Copy link
Member Author

hamhpc commented Dec 8, 2017

Ok maybe I was wrong again. I just started it again on a new host and I am getting this here too:

Step 39/40 : EXPOSE 80 8080 ---> Running in d6e0f4b1c963 Removing intermediate container d6e0f4b1c963 ---> b976392eaaef Step 40/40 : CMD ["/usr/local/tomcat/bin/runservices.sh", "run"] ---> Running in 5bee021a00c2 Removing intermediate container 5bee021a00c2 ---> 60637b088ee9 Successfully built 60637b088ee9 Successfully tagged islandoracollabgroup/isle-fedora:latest [root@islandora-dev ISLE]# docker-compose up -d fedora isle-mysql is up-to-date Creating isle-fedora ... Creating isle-fedora ... error

ERROR: for isle-fedora Cannot create container for service fedora: invalid mode: /etc/apache2/sites-available/site.conf

ERROR: for fedora Cannot create container for service fedora: invalid mode: /etc/apache2/sites-available/site.conf
ERROR: Encountered errors while bringing up the project.
[root@islandora-dev ISLE]#

@hamhpc hamhpc reopened this Dec 8, 2017
@hamhpc hamhpc added Bug A bug in one of the images or containers. ISLE-FEDORA Related to the Docker ISLE-Fedora image labels Dec 8, 2017
@hamhpc
Copy link
Member Author

hamhpc commented Dec 8, 2017

I just noticed there is a space in front of this in the docker-compose.yml....

  - ./customize/fedora/apache/site.conf:/etc/apache2/sites-available/site.conf

once I fixed this it started working.

@g7morris
Copy link
Member

@hamhpc Yup silly dev error on my part. Space got put into code. Apologies for the issue. Have removed this via commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in one of the images or containers. ISLE-FEDORA Related to the Docker ISLE-Fedora image
Projects
None yet
Development

No branches or pull requests

2 participants