We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in some cases, platform freeze and kills other apps.
The text was updated successfully, but these errors were encountered:
It affects mainly Dockerfile apps
Sorry, something went wrong.
@5ilv4n0 were you able to find out which line in your Dockerfile is responsible for the high load?
Nope. The only lines it can be are:
FROM ubuntu:14.04 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update RUN apt-get -y upgrade RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5-mysql php5-gd php-pear php-apc php5-curl curl lynx-cur mysql-server-core-5.6 mysql-client-5.6 php5 screen ssh vim dialog python-mysqldb
other lines are trivial.
2015-08-18 10:14 GMT+02:00 Christopher Blum [email protected]:
@5ilv4n0 https://github.com/5ilv4n0 were you able to find out which line in your Dockerfile is responsible for the high load? — Reply to this email directly or view it on GitHub #21 (comment) .
@5ilv4n0 https://github.com/5ilv4n0 were you able to find out which line in your Dockerfile is responsible for the high load?
— Reply to this email directly or view it on GitHub #21 (comment) .
Kind regards, Mit freundlichen Grüßen,
Silvano Wegener
No branches or pull requests
in some cases, platform freeze and kills other apps.
The text was updated successfully, but these errors were encountered: