-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Hi,
I need some advice from more seasoned docker users.
I am extending the official php-image in my Dockerfile like this:
FROM php:5.6-apache
MAINTAINER "John Doe <Johndoe@dough.com>"
COPY ./templates/apache2files/piwik /var/www/html/
COPY ./templates/php.ini /usr/local/etc/php/
RUN chmod 777 -R /var/www/html/
RUN docker-php-ext-install mysqli
RUN docker-php-ext-install mbstring
I build the dockerfile with this:
docker build -t mypiwik
I run the container like this:
docker run -d --name mypiwikcontainer -p "8888:80" mypiwik:latest
I can see the access.log using this:
docker logs mypiwikcontainer
How can I see the error.log?????
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels