Giter VIP home page Giter VIP logo

Comments (4)

andrewklau avatar andrewklau commented on June 24, 2024

Sorry it seems I ran the check on openshift/php56-centos7 whish is deprecated.

The permission denied is happening on both openshift/php-55-centos7 and centos/php-56-centos7

from s2i-php-container.

bparees avatar bparees commented on June 24, 2024

Wait is it happening on centos/php-56-centos7 or not? Because that one
should be current and working. (as should openshift/php-55-centos7, but
not 56 as you noted.)

Ben Parees | OpenShift
On Jul 4, 2016 2:10 AM, "Andrew Lau" [email protected] wrote:

Sorry it seems I ran the check on openshift/php56-centos7 whish is
deprecated.

The permission denied is happening on both openshift/php-55-centos7 and
centos/php-56-centos7


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#112 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEvl3rN1y_x97sLP9EYz749OHpL2Y1i4ks5qSKPngaJpZM4JEEsw
.

from s2i-php-container.

andrewklau avatar andrewklau commented on June 24, 2024

I accidentally span up a Ubuntu instance to run the docker build which ended up with those weird results. Back to Fedora and no issues, not sure why that happens though.

To add some context, I was using these images as a FROM for an expansion image.

from s2i-php-container.

rkpinheiro avatar rkpinheiro commented on June 24, 2024

i use ubuntu and i have corrected this changing the stored driver to overlay2 on docker:
make a file:
touch /etc/docker/daemon.json
paste the code
{ "storage-driver": "overlay2" }
and restart the service
sudo systemctl stop docker && sudo systemctl start docker

ubuntu 16.04
docker 1.13

from s2i-php-container.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.