A modified nginx image as built by this Dockerfile: https://github.com/nginxinc/docker-nginx/blob/c769ad8ab21dfb374fa33d8fb9d0822d0fa8d2e5/mainline/stretch/Dockerfile
With the following line removed:
# forward request and error logs to docker log collector
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log
So that logs remain in their default position, for use in a volume mounting and data sharing exercise.
Content type
Image
Digest
Size
42 MB
Last updated
over 8 years ago
docker pull training/nginx:ee2.0